diff options
author | Samuli Suominen <drac@gentoo.org> | 2008-01-25 15:20:24 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2008-01-25 15:20:24 +0000 |
commit | 8e6d44da7e402f1e5afca6e3e91f5a4ce384f0e7 (patch) | |
tree | 718abdf31af2338968f02e4fd060fc55af478f86 /dev-perl/Math-BigInt-GMP | |
parent | amd64 stable wrt #206892 (diff) | |
download | gentoo-2-8e6d44da7e402f1e5afca6e3e91f5a4ce384f0e7.tar.gz gentoo-2-8e6d44da7e402f1e5afca6e3e91f5a4ce384f0e7.tar.bz2 gentoo-2-8e6d44da7e402f1e5afca6e3e91f5a4ce384f0e7.zip |
amd64 stable wrt #206892
(Portage version: 2.1.4)
Diffstat (limited to 'dev-perl/Math-BigInt-GMP')
-rw-r--r-- | dev-perl/Math-BigInt-GMP/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Math-BigInt-GMP/Math-BigInt-GMP-1.24.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/Math-BigInt-GMP/ChangeLog b/dev-perl/Math-BigInt-GMP/ChangeLog index 6dd9bf22ff5e..07202568ad1b 100644 --- a/dev-perl/Math-BigInt-GMP/ChangeLog +++ b/dev-perl/Math-BigInt-GMP/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Math-BigInt-GMP -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt-GMP/ChangeLog,v 1.1 2007/10/17 08:14:14 robbat2 Exp $ +# 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 $ + + 25 Jan 2008; Samuli Suominen <drac@gentoo.org> + Math-BigInt-GMP-1.24.ebuild: + amd64 stable wrt #206892 *Math-BigInt-GMP-1.24 (17 Oct 2007) 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 9d232d09a9ac..1df96121953c 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-2007 Gentoo Foundation +# 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.1 2007/10/17 08:14:14 robbat2 Exp $ +# $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 $ MODULE_AUTHOR="TELS/math" inherit perl-module @@ -11,7 +11,7 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~amd64 ~x86 ~ppc" +KEYWORDS="amd64 ~x86 ~ppc" RDEPEND=">=perl-core/Math-BigInt-1.87 >=dev-libs/gmp-4.0.0" DEPEND="${RDEPEND}" |