diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-07 06:36:31 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-02-07 06:51:18 +0100 |
commit | 807c94917cbad9ad43d51ebc5de3855b98c9b791 (patch) | |
tree | bf5685ff84bb25e0ac18daf63cf1d54a28b7f95e /dev-ruby/http | |
parent | dev-ruby/certificate_authority: x86 keyworded (bug #563858) (diff) | |
download | gentoo-807c94917cbad9ad43d51ebc5de3855b98c9b791.tar.gz gentoo-807c94917cbad9ad43d51ebc5de3855b98c9b791.tar.bz2 gentoo-807c94917cbad9ad43d51ebc5de3855b98c9b791.zip |
dev-ruby/http: x86 keyworded (bug #563858)
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/http')
-rw-r--r-- | dev-ruby/http/http-0.6.3-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/http/http-0.9.8-r2.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/http/http-3.0.0.ebuild | 4 |
3 files changed, 5 insertions, 5 deletions
diff --git a/dev-ruby/http/http-0.6.3-r1.ebuild b/dev-ruby/http/http-0.6.3-r1.ebuild index a3b0269d0991..5f383f94e970 100644 --- a/dev-ruby/http/http-0.6.3-r1.ebuild +++ b/dev-ruby/http/http-0.6.3-r1.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=5 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http" LICENSE="MIT" SLOT="0.6" -KEYWORDS="amd64 ~ppc ~ppc64 x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend ">=dev-ruby/http_parser_rb-0.6.0 =dev-ruby/http_parser_rb-0.6*" diff --git a/dev-ruby/http/http-0.9.8-r2.ebuild b/dev-ruby/http/http-0.9.8-r2.ebuild index fcbcd2ae34f5..9609dfb4799c 100644 --- a/dev-ruby/http/http-0.9.8-r2.ebuild +++ b/dev-ruby/http/http-0.9.8-r2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http" LICENSE="MIT" SLOT="0.8" -KEYWORDS="amd64 ~arm ~arm64 ~ppc64" +KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="" ruby_add_rdepend " diff --git a/dev-ruby/http/http-3.0.0.ebuild b/dev-ruby/http/http-3.0.0.ebuild index 06a9349cf240..5fa0bce4fe75 100644 --- a/dev-ruby/http/http-3.0.0.ebuild +++ b/dev-ruby/http/http-3.0.0.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 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http" LICENSE="MIT" SLOT="3" -KEYWORDS="~amd64 ~arm ~ppc64" +KEYWORDS="~amd64 ~arm ~ppc64 ~x86" IUSE="" ruby_add_rdepend " |