diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-05-05 07:43:58 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-05-05 07:43:58 +0000 |
commit | 28b93c4a5d6ebd963e04068680acaff5f51d281c (patch) | |
tree | d846bee216003d746b87926a049f6150813033ff /dev-php | |
parent | Stable for PPC64 (bug #508202). (diff) | |
download | gentoo-2-28b93c4a5d6ebd963e04068680acaff5f51d281c.tar.gz gentoo-2-28b93c4a5d6ebd963e04068680acaff5f51d281c.tar.bz2 gentoo-2-28b93c4a5d6ebd963e04068680acaff5f51d281c.zip |
Mark ~ppc64 (bug #528470).
(Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/PEAR-Math_BigInteger/ChangeLog | 8 | ||||
-rw-r--r-- | dev-php/PEAR-Math_BigInteger/PEAR-Math_BigInteger-1.0.2.ebuild | 6 |
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" |