diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-22 13:45:32 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-01-22 13:45:32 +0000 |
commit | 19cd4bfa3ad76ee581af244c4c1c65b58bed2af6 (patch) | |
tree | 010aa9f5317e419ffd38241dc652adde31086ee9 /dev-perl/Math-BigInt | |
parent | Stable on sparc (diff) | |
download | gentoo-2-19cd4bfa3ad76ee581af244c4c1c65b58bed2af6.tar.gz gentoo-2-19cd4bfa3ad76ee581af244c4c1c65b58bed2af6.tar.bz2 gentoo-2-19cd4bfa3ad76ee581af244c4c1c65b58bed2af6.zip |
Stable on sparc
(Portage version: 2.0.51-r14)
Diffstat (limited to 'dev-perl/Math-BigInt')
-rw-r--r-- | dev-perl/Math-BigInt/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Math-BigInt/Math-BigInt-1.73.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Math-BigInt/ChangeLog b/dev-perl/Math-BigInt/ChangeLog index 43aa2d5a892b..d4499f393939 100644 --- a/dev-perl/Math-BigInt/ChangeLog +++ b/dev-perl/Math-BigInt/ChangeLog @@ -1,6 +1,9 @@ # 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.13 2005/01/22 00:15:00 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/ChangeLog,v 1.14 2005/01/22 13:45:32 gustavoz Exp $ + + 22 Jan 2005; Gustavo Zacarias <gustavoz@gentoo.org> Math-BigInt-1.73.ebuild: + Stable on sparc 22 Jan 2005; Bryan Østergaard <kloeri@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 3c4bfa2c86a3..a1f436b4851b 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.3 2005/01/22 00:15:00 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-BigInt/Math-BigInt-1.73.ebuild,v 1.4 2005/01/22 13:45:32 gustavoz 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" |