dev-ruby/certificate_authority: restore x86 keyword
authorHans de Graaff <graaff@gentoo.org>
Sun, 5 Feb 2017 08:28:19 +0000 (09:28 +0100)
committerHans de Graaff <graaff@gentoo.org>
Sun, 5 Feb 2017 09:18:01 +0000 (10:18 +0100)
Package-Manager: portage-2.3.3

dev-ruby/certificate_authority/certificate_authority-0.1.6-r1.ebuild

index d5d0f95887feda0a1a82f392eb4fe5981ec1ecad..9a4a24c3904e8f388f726bd6da3c0c021fe82075 100644 (file)
@@ -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:*"