diff options
author | Michael Weber <xmw@gentoo.org> | 2017-04-05 02:50:31 +0200 |
---|---|---|
committer | Michael Weber <xmw@gentoo.org> | 2017-04-05 02:50:31 +0200 |
commit | 66a56abcec760f7120a7f6e20fe7395b25654a8e (patch) | |
tree | 73d9a9c0cbcfcbaae2124a5af73292beb0e2008e /dev-php/PEAR-Math_BigInteger | |
parent | sci-electronics/osqoop: DEPEND on x11-libs/libXtst (bug 515038, thanks Patric... (diff) | |
download | gentoo-66a56abcec760f7120a7f6e20fe7395b25654a8e.tar.gz gentoo-66a56abcec760f7120a7f6e20fe7395b25654a8e.tar.bz2 gentoo-66a56abcec760f7120a7f6e20fe7395b25654a8e.zip |
dev-php/PEAR-Math_BigInteger: add ~ppc keyword (bug 528470).
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-php/PEAR-Math_BigInteger')
-rw-r--r-- | dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild index cc9f63e0e9ca..10f66b77e0ef 100644 --- a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild +++ b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.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=6 @@ -9,7 +9,7 @@ DESCRIPTION="Pure-PHP arbitrary precision integer arithmetic library" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND=">=dev-lang/php-5.3.0" |