summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-php/PEAR-Math_BigInteger/ChangeLog6
-rw-r--r--dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-php/PEAR-Math_BigInteger/ChangeLog b/dev-php/PEAR-Math_BigInteger/ChangeLog
index 25b5d2d51adc..5d5d24240ab7 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-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog,v 1.5 2015/08/04 12:32:42 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/ChangeLog,v 1.6 2015/08/07 15:40:11 klausman Exp $
+
+ 07 Aug 2015; Tobias Klausmann <klausman@gentoo.org>
+ PEAR-Math_BigInteger-1.0.2.ebuild:
+ Stable on alpha, bug 528470
04 Aug 2015; Mikle Kolyada <zlogene@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 a70a8ef2f8f3..8b55fe813538 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-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.5 2015/08/04 12:32:42 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild,v 1.6 2015/08/07 15:40:11 klausman Exp $
EAPI=5
@@ -10,7 +10,7 @@ DESCRIPTION="Pure-PHP arbitrary precision integer arithmetic library"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ia64 ~ppc64 ~x86"
+KEYWORDS="alpha ~amd64 ~hppa ~ia64 ~ppc64 ~x86"
IUSE=""
RDEPEND=">=dev-lang/php-5.3.0"