dev-ruby/addressable: add back ~x86 keyword
authorHans de Graaff <graaff@gentoo.org>
Sun, 29 Jan 2017 08:15:52 +0000 (09:15 +0100)
committerHans de Graaff <graaff@gentoo.org>
Sun, 29 Jan 2017 08:48:41 +0000 (09:48 +0100)
Package-Manager: portage-2.3.3

dev-ruby/addressable/addressable-2.4.0-r1.ebuild

index 3e05122bd62bb14eeebbb044d678eb8f2bfc3781..d5cfe922459ade2594d76b64d83a28183e58f521 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ HOMEPAGE="https://rubygems.org/gems/addressable https://github.com/sporkmonger/a
 LICENSE="Apache-2.0"
 
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE="doc test"
 
 ruby_add_bdepend "doc? ( dev-ruby/yard )"