Gentoo Archives: gentoo-commits

From: Michael Weber <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-php/PEAR-Math_BigInteger/
Date: Wed, 05 Apr 2017 00:53:30
Message-Id: 1491353431.66a56abcec760f7120a7f6e20fe7395b25654a8e.xmw@gentoo
1 commit: 66a56abcec760f7120a7f6e20fe7395b25654a8e
2 Author: Michael Weber <xmw <AT> gentoo <DOT> org>
3 AuthorDate: Wed Apr 5 00:50:31 2017 +0000
4 Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
5 CommitDate: Wed Apr 5 00:50:31 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66a56abc
7
8 dev-php/PEAR-Math_BigInteger: add ~ppc keyword (bug 528470).
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 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
16 index cc9f63e0e9c..10f66b77e0e 100644
17 --- a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild
18 +++ b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.3.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2016 Gentoo Foundation
21 +# Copyright 1999-2017 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,7 +9,7 @@ DESCRIPTION="Pure-PHP arbitrary precision integer arithmetic library"
26
27 LICENSE="MIT"
28 SLOT="0"
29 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
30 +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
31 IUSE=""
32
33 RDEPEND=">=dev-lang/php-5.3.0"