diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-30 11:30:34 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-04-30 11:30:34 +0000 |
commit | a194fe045d937ea539e078ab7abafe0ff2502851 (patch) | |
tree | 0971f9c50358e9b0bd2eb74bc33ffd77e3731487 /dev-perl/Math-GMP | |
parent | Added a proper fix for rpath issue, thanks to Azarah. (diff) | |
download | gentoo-2-a194fe045d937ea539e078ab7abafe0ff2502851.tar.gz gentoo-2-a194fe045d937ea539e078ab7abafe0ff2502851.tar.bz2 gentoo-2-a194fe045d937ea539e078ab7abafe0ff2502851.zip |
Stable on alpha.
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'dev-perl/Math-GMP')
-rw-r--r-- | dev-perl/Math-GMP/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-GMP/Math-GMP-2.04.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-GMP/ChangeLog b/dev-perl/Math-GMP/ChangeLog index e66873dcd5de..4bab899e45cc 100644 --- a/dev-perl/Math-GMP/ChangeLog +++ b/dev-perl/Math-GMP/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Math-GMP # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.10 2005/04/29 00:14:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/ChangeLog,v 1.11 2005/04/30 11:30:34 kloeri Exp $ + + 30 Apr 2005; Bryan Østergaard <kloeri@gentoo.org> Math-GMP-2.04.ebuild: + Stable on alpha. 29 Apr 2005; Michael Cummings <mcummings@gentoo.org> Math-GMP-2.03.ebuild, Math-GMP-2.04.ebuild: diff --git a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild index 3aa5e6c828be..33708a13de62 100644 --- a/dev-perl/Math-GMP/Math-GMP-2.04.ebuild +++ b/dev-perl/Math-GMP/Math-GMP-2.04.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.04.ebuild,v 1.2 2005/04/29 00:14:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.04.ebuild,v 1.3 2005/04/30 11:30:34 kloeri Exp $ inherit perl-module @@ -10,7 +10,7 @@ HOMEPAGE="http://search.cpan.org/~chipt/${P}/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~alpha ~ppc sparc ~amd64 ~mips" +KEYWORDS="x86 alpha ~ppc sparc ~amd64 ~mips" IUSE="" DEPEND="dev-libs/gmp" |