diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-07 06:23:46 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-07 06:51:02 +0100 |
commit | f4cbe59ffc1a4c801db305abd9b9c3e8650705e9 (patch) | |
tree | dfa9b11b65e921ec1d253d7b2f1e45e155b2e270 /dev-ruby/actionmailer/actionmailer-4.2.10.ebuild | |
parent | dev-ruby/activejob: x86 keyworded (bug #621374) (diff) | |
download | gentoo-f4cbe59ffc1a4c801db305abd9b9c3e8650705e9.tar.gz gentoo-f4cbe59ffc1a4c801db305abd9b9c3e8650705e9.tar.bz2 gentoo-f4cbe59ffc1a4c801db305abd9b9c3e8650705e9.zip |
dev-ruby/actionmailer: x86 keyworded (bug #621374)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/actionmailer/actionmailer-4.2.10.ebuild')
-rw-r--r-- | dev-ruby/actionmailer/actionmailer-4.2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-ruby/actionmailer/actionmailer-4.2.10.ebuild b/dev-ruby/actionmailer/actionmailer-4.2.10.ebuild index 510509e439e1..f01a1013f4e4 100644 --- a/dev-ruby/actionmailer/actionmailer-4.2.10.ebuild +++ b/dev-ruby/actionmailer/actionmailer-4.2.10.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 @@ -17,7 +17,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 ~arm64 ~amd64-linux" +KEYWORDS="~amd64 ~arm ~arm64 ~x86 ~amd64-linux" IUSE="" RUBY_S="rails-${PV}/${PN}" |