From: Michael Weber Date: Wed, 5 Apr 2017 00:50:31 +0000 (+0200) Subject: dev-php/PEAR-Math_BigInteger: add ~ppc keyword (bug 528470). X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=66a56abcec760f7120a7f6e20fe7395b25654a8e;p=gentoo.git dev-php/PEAR-Math_BigInteger: add ~ppc keyword (bug 528470). Package-Manager: Portage-2.3.5, Repoman-2.3.2 --- 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"