diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-09-08 01:05:09 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-09-08 01:05:09 +0200 |
commit | 3317b6acc8ed20ce5821cbc8486b8810c2884e92 (patch) | |
tree | 8286c7f8a0e0cea8cce9fd22da4384cd3b369e82 /dev-ruby/activesupport | |
parent | games-engines/box2d: New package (diff) | |
download | gentoo-3317b6acc8ed20ce5821cbc8486b8810c2884e92.tar.gz gentoo-3317b6acc8ed20ce5821cbc8486b8810c2884e92.tar.bz2 gentoo-3317b6acc8ed20ce5821cbc8486b8810c2884e92.zip |
dev-ruby/activesupport: x86 keyworded (bug #692324)
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/activesupport-6.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/activesupport-6.0.0.ebuild b/dev-ruby/activesupport/activesupport-6.0.0.ebuild index 096dcd80f053..73ef46a6fc46 100644 --- a/dev-ruby/activesupport/activesupport-6.0.0.ebuild +++ b/dev-ruby/activesupport/activesupport-6.0.0.ebuild @@ -19,7 +19,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(ver_cut 1-2)" -KEYWORDS="~amd64 ~arm64" +KEYWORDS="~amd64 ~arm64 ~x86" IUSE="" RUBY_S="rails-${PV}/${PN}" |