diff options
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 " |