diff options
author | Hans de Graaff <graaff@gentoo.org> | 2017-02-05 09:28:19 +0100 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2017-02-05 10:18:01 +0100 |
commit | 093a71a58cc353932306f026448fde40e1efbb2c (patch) | |
tree | 9525867f962a1aee0f2dfc73124e918927f1a339 /dev-ruby | |
parent | dev-ruby/http: cleanup (diff) | |
download | gentoo-093a71a58cc353932306f026448fde40e1efbb2c.tar.gz gentoo-093a71a58cc353932306f026448fde40e1efbb2c.tar.bz2 gentoo-093a71a58cc353932306f026448fde40e1efbb2c.zip |
dev-ruby/certificate_authority: restore x86 keyword
Package-Manager: portage-2.3.3
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild index d5d0f95887fe..9a4a24c3904e 100644 --- a/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild +++ b/dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -USE_RUBY="ruby20 ruby21 ruby22 ruby23" +USE_RUBY="ruby21 ruby22 ruby23" RUBY_FAKEGEM_RECIPE_TEST="rspec" @@ -17,7 +17,7 @@ HOMEPAGE="https://github.com/cchandler/certificate_authority" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/activemodel-3.0.6:*" |