Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/actionview/
Date: Sat, 07 Sep 2019 23:18:19
Message-Id: 1567897679.e84f683b7b25fec9c8836b989c3c4777fc27703f.whissi@gentoo
1 commit: e84f683b7b25fec9c8836b989c3c4777fc27703f
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 23:07:59 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 23:07:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e84f683b
7
8 dev-ruby/actionview: x86 keyworded (bug #692324)
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 dev-ruby/actionview/actionview-6.0.0.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-ruby/actionview/actionview-6.0.0.ebuild b/dev-ruby/actionview/actionview-6.0.0.ebuild
17 index 8f84d5478fc..e44caffb5f5 100644
18 --- a/dev-ruby/actionview/actionview-6.0.0.ebuild
19 +++ b/dev-ruby/actionview/actionview-6.0.0.ebuild
20 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
21
22 LICENSE="MIT"
23 SLOT="$(ver_cut 1-2)"
24 -KEYWORDS="~amd64 ~arm64"
25 +KEYWORDS="~amd64 ~arm64 ~x86"
26 IUSE=""
27
28 RUBY_S="rails-${PV}/${PN}"