diff options
author | Michael Weber <xmw@gentoo.org> | 2017-05-23 21:54:10 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-05-23 21:55:05 +0200 |
commit | feac9122ba5ed3e888118a95e90cadc60712085a (patch) | |
tree | 54856fb4e6736ba3c87052d7c168a4a3c9143e72 /dev-ruby/http | |
parent | dev-ruby/certificate_authority: add ~ppc keyword (bug 550798) (diff) | |
download | gentoo-feac9122ba5ed3e888118a95e90cadc60712085a.tar.gz gentoo-feac9122ba5ed3e888118a95e90cadc60712085a.tar.bz2 gentoo-feac9122ba5ed3e888118a95e90cadc60712085a.zip |
dev-ruby/http: add ~ppc keyword (bug 550798)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'dev-ruby/http')
-rw-r--r-- | dev-ruby/http/http-0.9.8-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/http/http-1.0.2.ebuild | 2 | ||||
-rw-r--r-- | dev-ruby/http/http-2.2.2.ebuild | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/dev-ruby/http/http-0.9.8-r1.ebuild b/dev-ruby/http/http-0.9.8-r1.ebuild index ffe2026f8c77..7a3ed971ad41 100644 --- a/dev-ruby/http/http-0.9.8-r1.ebuild +++ b/dev-ruby/http/http-0.9.8-r1.ebuild @@ -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 EAPI=5 @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http" LICENSE="MIT" SLOT="0.8" -KEYWORDS="~amd64 ~arm ~ppc64" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64" IUSE="" ruby_add_rdepend " diff --git a/dev-ruby/http/http-1.0.2.ebuild b/dev-ruby/http/http-1.0.2.ebuild index 422c88da9085..196ab719b4ce 100644 --- a/dev-ruby/http/http-1.0.2.ebuild +++ b/dev-ruby/http/http-1.0.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http" LICENSE="MIT" SLOT="1.0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend " diff --git a/dev-ruby/http/http-2.2.2.ebuild b/dev-ruby/http/http-2.2.2.ebuild index 6c13db38412e..786d6a4843a6 100644 --- a/dev-ruby/http/http-2.2.2.ebuild +++ b/dev-ruby/http/http-2.2.2.ebuild @@ -16,7 +16,7 @@ HOMEPAGE="https://github.com/tarcieri/http" LICENSE="MIT" SLOT="2.0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="" ruby_add_rdepend " |