diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-01 14:25:39 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-01 14:26:06 +0200 |
commit | 9a9193f203c74267eb8843bf409b11a14d846c80 (patch) | |
tree | 3c4fd7144052fc4baf83688886550617ac5a4715 /dev-php/phpunit | |
parent | dev-ml/atdgen: Initial import. Ebuild by me. (diff) | |
download | gentoo-9a9193f203c74267eb8843bf409b11a14d846c80.tar.gz gentoo-9a9193f203c74267eb8843bf409b11a14d846c80.tar.bz2 gentoo-9a9193f203c74267eb8843bf409b11a14d846c80.zip |
dev-php/phpunit: add ~ppc64 (bug 574264).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
RepoMan-Options: --include-arches="ppc64"
Diffstat (limited to 'dev-php/phpunit')
-rw-r--r-- | dev-php/phpunit/phpunit-5.0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/phpunit/phpunit-5.0.10.ebuild b/dev-php/phpunit/phpunit-5.0.10.ebuild index 4b37e1646f9c..e1ef390e5bf7 100644 --- a/dev-php/phpunit/phpunit-5.0.10.ebuild +++ b/dev-php/phpunit/phpunit-5.0.10.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 @@ -12,7 +12,7 @@ SRC_URI="https://phar.phpunit.de/${PHPUNIT_PHAR}" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc64 ~x86" IUSE="" DEPEND=" |