diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-01 11:39:15 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-01 11:39:15 +0200 |
commit | 6340ed444e116cefc58f757fc3abfc0bb90c3ee6 (patch) | |
tree | 721d56ec23d79bfd56d678e5649acb53fe052d11 /dev-php/phpspec-prophecy | |
parent | dev-php/phpdocumentor-type-resolver: add ~ppc keyword (bug 613766) (diff) | |
download | gentoo-6340ed444e116cefc58f757fc3abfc0bb90c3ee6.tar.gz gentoo-6340ed444e116cefc58f757fc3abfc0bb90c3ee6.tar.bz2 gentoo-6340ed444e116cefc58f757fc3abfc0bb90c3ee6.zip |
dev-php/phpspec-prophecy: 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/phpspec-prophecy')
-rw-r--r-- | dev-php/phpspec-prophecy/phpspec-prophecy-1.7.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/phpspec-prophecy/phpspec-prophecy-1.7.0.ebuild b/dev-php/phpspec-prophecy/phpspec-prophecy-1.7.0.ebuild index 76809090bcee..acc42cc9fad1 100644 --- a/dev-php/phpspec-prophecy/phpspec-prophecy-1.7.0.ebuild +++ b/dev-php/phpspec-prophecy/phpspec-prophecy-1.7.0.ebuild @@ -12,7 +12,7 @@ SRC_URI="https://github.com/${MY_VENDOR}/${MY_PN}/archive/v${PV}.tar.gz -> ${P}. LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86" IUSE="" S="${WORKDIR}/${MY_PN}-${PV}" |