diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2005-01-22 00:15:00 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2005-01-22 00:15:00 +0000 |
commit | 220a91ea65dbe060a8745c0dc599a2a974a49c30 (patch) | |
tree | 3117913e53cd9c9cfd33986feef74dd609ade260 /dev-perl/Math-BigInt | |
parent | Unmasking for x86 (diff) | |
download | gentoo-2-220a91ea65dbe060a8745c0dc599a2a974a49c30.tar.gz gentoo-2-220a91ea65dbe060a8745c0dc599a2a974a49c30.tar.bz2 gentoo-2-220a91ea65dbe060a8745c0dc599a2a974a49c30.zip |
Stable on alpha.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'dev-perl/Math-BigInt')
-rw-r--r-- | dev-perl/Math-BigInt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Math-BigInt/Math-BigInt-1.73.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Math-BigInt/ChangeLog b/dev-perl/Math-BigInt/ChangeLog index b05cc24115db..43aa2d5a892b 100644 --- a/dev-perl/Math-BigInt/ChangeLog +++ b/dev-perl/Math-BigInt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Math-BigInt # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/ChangeLog,v 1.12 2005/01/21 20:24:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/ChangeLog,v 1.13 2005/01/22 00:15:00 kloeri Exp $ + + 22 Jan 2005; Bryan Østergaard <kloeri@gentoo.org> + Math-BigInt-1.73.ebuild: + Stable on alpha. 21 Jan 2005; Michael Cummings <mcummings@gentoo.org> Math-BigInt-1.73.ebuild: diff --git a/dev-perl/Math-BigInt/Math-BigInt-1.73.ebuild b/dev-perl/Math-BigInt/Math-BigInt-1.73.ebuild index 5f22110733a0..3c4bfa2c86a3 100644 --- a/dev-perl/Math-BigInt/Math-BigInt-1.73.ebuild +++ b/dev-perl/Math-BigInt/Math-BigInt-1.73.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-BigInt/Math-BigInt-1.73.ebuild,v 1.2 2005/01/21 20:24:59 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/Math-BigInt-1.73.ebuild,v 1.3 2005/01/22 00:15:00 kloeri Exp $ inherit perl-module @@ -11,7 +11,7 @@ HOMEPAGE="http://www.cpan.org/modules/by-authors/id/T/TE/TELS/math/${P}.readme" SRC_TEST="do" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="x86 ~amd64 ~alpha ~ppc ~sparc" +KEYWORDS="x86 ~amd64 alpha ~ppc ~sparc" IUSE="" DEPEND=">=dev-perl/Scalar-List-Utils-1.14" |