diff options
author | 2018-02-07 06:25:58 +0100 | |
---|---|---|
committer | 2018-02-07 06:51:09 +0100 | |
commit | 65818ed0d78396b641bb9aff98cf415537e9891a (patch) | |
tree | 54ae5ace7e01b45b8c05a3d1d65a015f054995f4 /dev-ruby/actionpack/actionpack-5.0.4.ebuild | |
parent | dev-ruby/actionview: x86 keyworded (bug #621374) (diff) | |
download | gentoo-65818ed0d78396b641bb9aff98cf415537e9891a.tar.gz gentoo-65818ed0d78396b641bb9aff98cf415537e9891a.tar.bz2 gentoo-65818ed0d78396b641bb9aff98cf415537e9891a.zip |
dev-ruby/actionpack: x86 keyworded (bug #621374)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/actionpack/actionpack-5.0.4.ebuild')
-rw-r--r-- | dev-ruby/actionpack/actionpack-5.0.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/actionpack/actionpack-5.0.4.ebuild b/dev-ruby/actionpack/actionpack-5.0.4.ebuild index 933fd3cd82fc..7e089f0190d0 100644 --- a/dev-ruby/actionpack/actionpack-5.0.4.ebuild +++ b/dev-ruby/actionpack/actionpack-5.0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -21,7 +21,7 @@ SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz LICENSE="MIT" SLOT="$(get_version_component_range 1-2)" -KEYWORDS="~amd64 ~arm ~amd64-linux" +KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}" |