Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionview/
Date: Sat, 14 May 2022 05:23:16
Message-Id: 1652505717.d789745faf430f83020f1a6c03012f97acd9c9aa.graaff@gentoo
1 commit: d789745faf430f83020f1a6c03012f97acd9c9aa
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 14 05:21:57 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat May 14 05:21:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d789745f
7
8 dev-ruby/actionview: stabilize 5.2.7.1 for amd64
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/actionview/actionview-5.2.7.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/actionview/actionview-5.2.7.1.ebuild b/dev-ruby/actionview/actionview-5.2.7.1.ebuild
16 index 7f7393b68107..69ed57f627d4 100644
17 --- a/dev-ruby/actionview/actionview-5.2.7.1.ebuild
18 +++ b/dev-ruby/actionview/actionview-5.2.7.1.ebuild
19 @@ -23,7 +23,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
20
21 LICENSE="MIT"
22 SLOT="$(ver_cut 1-2)"
23 -KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
24 +KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"