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/activestorage/
Date: Tue, 12 Jun 2018 11:36:59
Message-Id: 1528803101.c7f61baecafb465d3e55da9cc6f2fc5fc27783df.whissi@gentoo
1 commit: c7f61baecafb465d3e55da9cc6f2fc5fc27783df
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 12 11:31:41 2018 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 12 11:31:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7f61bae
7
8 dev-ruby/activestorage: x86 keyworded (bug #654790)
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-ruby/activestorage/activestorage-5.2.0.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-ruby/activestorage/activestorage-5.2.0.ebuild b/dev-ruby/activestorage/activestorage-5.2.0.ebuild
16 index 7d7401cba93..e3845b1028d 100644
17 --- a/dev-ruby/activestorage/activestorage-5.2.0.ebuild
18 +++ b/dev-ruby/activestorage/activestorage-5.2.0.ebuild
19 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz
20
21 LICENSE="MIT"
22 SLOT="$(get_version_component_range 1-2)"
23 -KEYWORDS="~amd64"
24 +KEYWORDS="~amd64 ~x86"
25 IUSE=""
26
27 RUBY_S="rails-${PV}/${PN}"