diff options
author | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 08:08:12 +0000 |
---|---|---|
committer | Dylan Carlson <absinthe@gentoo.org> | 2004-10-19 08:08:12 +0000 |
commit | 6b185355c2372146a61fcce7a1f6be34b2020425 (patch) | |
tree | 81921ce7688df9d7dc1ffb758360e19e0694206a /dev-perl/Pod-Simple | |
parent | Version bump." (diff) | |
download | historical-6b185355c2372146a61fcce7a1f6be34b2020425.tar.gz historical-6b185355c2372146a61fcce7a1f6be34b2020425.tar.bz2 historical-6b185355c2372146a61fcce7a1f6be34b2020425.zip |
Stable on amd64.
Diffstat (limited to 'dev-perl/Pod-Simple')
-rw-r--r-- | dev-perl/Pod-Simple/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/Pod-Simple/ChangeLog b/dev-perl/Pod-Simple/ChangeLog index 06733347896b..9abb99c9ef3b 100644 --- a/dev-perl/Pod-Simple/ChangeLog +++ b/dev-perl/Pod-Simple/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Pod-Simple # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/ChangeLog,v 1.4 2004/10/03 15:41:53 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/ChangeLog,v 1.5 2004/10/19 07:54:19 absinthe Exp $ + + 19 Oct 2004; Dylan Carlson <absinthe@gentoo.org> Pod-Simple-3.02.ebuild: + Stable on amd64. 03 Oct 2004; Michael Cummings <mcummings@gentoo.org> Pod-Simple-3.02.ebuild: Marking stable on x86 and sparc diff --git a/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild b/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild index b78cc98e9c04..9c8c719acde7 100644 --- a/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild +++ b/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild,v 1.6 2004/10/16 23:57:23 rac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Pod-Simple/Pod-Simple-3.02.ebuild,v 1.7 2004/10/19 07:54:19 absinthe Exp $ inherit perl-module @@ -13,7 +13,7 @@ SRC_URI="mirror://cpan/authors/id/S/SB/SBURKE/${P}.tar.gz" SRC_TEST="do" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="x86 ~amd64 ~ppc sparc ~alpha" +KEYWORDS="x86 amd64 ~ppc sparc ~alpha" IUSE="" DEPEND=">=dev-perl/Pod-Escapes-1.04" |