summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2014-07-30 23:41:37 +0000
committerJeroen Roovers <jer@gentoo.org>2014-07-30 23:41:37 +0000
commit1284ede420b2b94edcc4ef1ea085487db5dd1131 (patch)
tree94fced59864accb94fd3da76d4480bfb78fce1a3 /dev-perl
parentStable for HPPA (bug #513192). (diff)
downloadgentoo-2-1284ede420b2b94edcc4ef1ea085487db5dd1131.tar.gz
gentoo-2-1284ede420b2b94edcc4ef1ea085487db5dd1131.tar.bz2
gentoo-2-1284ede420b2b94edcc4ef1ea085487db5dd1131.zip
Stable for HPPA (bug #513192).
(Portage version: 2.2.10/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Math-BigInt-GMP/ChangeLog5
-rw-r--r--dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-BigInt-GMP/ChangeLog b/dev-perl/Math-BigInt-GMP/ChangeLog
index 86999733fc3d..05f6521a8a61 100644
--- a/dev-perl/Math-BigInt-GMP/ChangeLog
+++ b/dev-perl/Math-BigInt-GMP/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Math-BigInt-GMP
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.23 2014/07/26 12:02:49 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.24 2014/07/30 23:41:37 jer Exp $
+
+ 30 Jul 2014; Jeroen Roovers <jer@gentoo.org> Math-BigInt-GMP-1.380.0.ebuild:
+ Stable for HPPA (bug #513192).
26 Jul 2014; Andreas K. Huettel <dilfridge@gentoo.org>
Math-BigInt-GMP-1.380.0.ebuild:
diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild
index 50a98de62969..c7fa11477c7d 100644
--- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild
+++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild,v 1.2 2014/07/26 12:02:49 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.380.0.ebuild,v 1.3 2014/07/30 23:41:37 jer Exp $
EAPI=5
@@ -11,7 +11,7 @@ inherit perl-module
DESCRIPTION="Use the GMP library for Math::BigInt routines"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 hppa ~ppc ~sparc ~x86"
IUSE=""
RDEPEND=">=virtual/perl-Math-BigInt-1.999.300