summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klausmann <klausman@gentoo.org>2015-08-07 15:40:11 +0000
committerTobias Klausmann <klausman@gentoo.org>2015-08-07 15:40:11 +0000
commitd98ca894c5f57b277748f2c77c521c98474ac805 (patch)
tree8b533d29fca4de262f073b1e8867ff36f1724786 /dev-php
parentKeyworded on alpha, bug 521972 (diff)
downloadgentoo-2-d98ca894c5f57b277748f2c77c521c98474ac805.tar.gz
gentoo-2-d98ca894c5f57b277748f2c77c521c98474ac805.tar.bz2
gentoo-2-d98ca894c5f57b277748f2c77c521c98474ac805.zip
Stable on alpha, bug 528470
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFF10CDC620675478)
Diffstat (limited to 'dev-php')
-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"