summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-php')
-rw-r--r--dev-php/PEAR-Math_BigInteger/ChangeLog8
-rw-r--r--dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild6
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-php/PEAR-Math_BigInteger/ChangeLog b/dev-php/PEAR-Math_BigInteger/ChangeLog
index 2b2afaa1dd87..c912d2e47b91 100644
--- a/dev-php/PEAR-Math_BigInteger/ChangeLog
+++ b/dev-php/PEAR-Math_BigInteger/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-php/PEAR-Math_BigInteger
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog,v 1.3 2014/11/07 13:59:54 grknight Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog,v 1.4 2015/05/05 07:43:58 jer Exp $
+
+ 05 May 2015; Jeroen Roovers <jer@gentoo.org>
+ PEAR-Math_BigInteger-1.0.2.ebuild:
+ Mark ~ppc64 (bug #528470).
07 Nov 2014; Brian Evans <grknight@gentoo.org>
PEAR-Math_BigInteger-1.0.2.ebuild:
diff --git a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild
index 3b0cec5d8ac5..024c5af650fa 100644
--- a/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild
+++ b/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild,v 1.3 2014/11/07 13:59:54 grknight Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild,v 1.4 2015/05/05 07:43:58 jer Exp $
EAPI=5
@@ -10,7 +10,7 @@ DESCRIPTION="Pure-PHP arbitrary precision integer arithmetic library"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~x86"
+KEYWORDS="~amd64 ~hppa ~ppc64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/php-5.3.0"