diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 10:14:04 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-03-28 10:14:04 +0000 |
commit | a997b27b97161ed4d6d95bfb3df00dd242320ee2 (patch) | |
tree | 050b8e893f3b809907489968a9a964686f9d98be /dev-perl/Math-BigInt-GMP | |
parent | Stable for HPPA too. (diff) | |
download | gentoo-2-a997b27b97161ed4d6d95bfb3df00dd242320ee2.tar.gz gentoo-2-a997b27b97161ed4d6d95bfb3df00dd242320ee2.tar.bz2 gentoo-2-a997b27b97161ed4d6d95bfb3df00dd242320ee2.zip |
Stable for HPPA too.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/Math-BigInt-GMP')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-BigInt-GMP/ChangeLog b/dev-perl/Math-BigInt-GMP/ChangeLog index 07202568ad1b..59954e0ef95c 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-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.2 2008/01/25 15:20:24 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.3 2008/03/28 10:14:04 jer Exp $ + + 28 Mar 2008; Jeroen Roovers <jer@gentoo.org> Math-BigInt-GMP-1.24.ebuild: + Stable for HPPA too. 25 Jan 2008; Samuli Suominen <drac@gentoo.org> Math-BigInt-GMP-1.24.ebuild: diff --git a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild index 1df96121953c..1497cab61daf 100644 --- a/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild +++ b/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.24.ebuild,v 1.2 2008/01/25 15:20:24 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild,v 1.3 2008/03/28 10:14:04 jer Exp $ MODULE_AUTHOR="TELS/math" inherit perl-module @@ -11,7 +11,7 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 ~x86 ~ppc" +KEYWORDS="amd64 hppa ~ppc ~x86" RDEPEND=">=perl-core/Math-BigInt-1.87 >=dev-libs/gmp-4.0.0" DEPEND="${RDEPEND}" |