diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-01 11:41:23 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-01 11:41:23 +0200 |
commit | 73bbe9b9f0bf95a01017e5abee2330132afee697 (patch) | |
tree | 029e84e49b863ea946e50369f274805d66e5d38a /dev-php | |
parent | dev-php/sebastian-object-enumerator: add ~ppc keyword (bug 613766) (diff) | |
download | gentoo-73bbe9b9f0bf95a01017e5abee2330132afee697.tar.gz gentoo-73bbe9b9f0bf95a01017e5abee2330132afee697.tar.bz2 gentoo-73bbe9b9f0bf95a01017e5abee2330132afee697.zip |
dev-php/sebastian-recursion-context: add ~ppc keyword (bug 613766)
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="amd64 arm arm64 ppc ppc64"
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild b/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild index 77a68b921bd3..4c59a7d6c6d8 100644 --- a/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild +++ b/dev-php/sebastian-recursion-context/sebastian-recursion-context-2.0.0.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/sebastianbergmann/${MY_PN}/archive/${PV}.tar.gz -> $ LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |