commit: feac9122ba5ed3e888118a95e90cadc60712085a Author: Michael Weber <xmw <AT> gentoo <DOT> org> AuthorDate: Tue May 23 19:54:10 2017 +0000 Commit: Michael Weber <xmw <AT> gentoo <DOT> org> CommitDate: Tue May 23 19:55:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feac9122
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" dev-ruby/http/http-0.9.8-r1.ebuild | 4 ++-- dev-ruby/http/http-1.0.2.ebuild | 2 +- 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 ffe2026f8c7..7a3ed971ad4 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 422c88da908..196ab719b4c 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 6c13db38412..786d6a4843a 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 "
