diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-04-08 16:25:20 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-04-08 16:25:20 +0000 |
commit | a9311206e41867cc6e42d2e4072b6ce1921e91a3 (patch) | |
tree | 9c5d5d15a1dbaacb7a42630314d3a41db7626539 /dev-perl/URI | |
parent | remove crufty versions (diff) | |
download | gentoo-2-a9311206e41867cc6e42d2e4072b6ce1921e91a3.tar.gz gentoo-2-a9311206e41867cc6e42d2e4072b6ce1921e91a3.tar.bz2 gentoo-2-a9311206e41867cc6e42d2e4072b6ce1921e91a3.zip |
Stable on ppc64
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-perl/URI')
-rw-r--r-- | dev-perl/URI/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.35.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index 52d1a87e3551..534c869fb4be 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/URI # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.43 2005/04/02 21:38:12 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.44 2005/04/08 16:21:54 corsair Exp $ + + 08 Apr 2005; Markus Rothe <corsair@gentoo.org> URI-1.35.ebuild: + Stable on ppc64 02 Apr 2005; Michael Hanselmann <hansmi@gentoo.org> URI-1.35.ebuild: Stable on ppc. diff --git a/dev-perl/URI/URI-1.35.ebuild b/dev-perl/URI/URI-1.35.ebuild index d2e64e980361..2d967fc2846a 100644 --- a/dev-perl/URI/URI-1.35.ebuild +++ b/dev-perl/URI/URI-1.35.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/URI/URI-1.35.ebuild,v 1.8 2005/04/02 21:38:12 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.35.ebuild,v 1.9 2005/04/08 16:21:54 corsair Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="mirror://cpan/authors/id/G/GA/GAAS/${P}.tar.gz" LICENSE="Artistic" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc s390 sparc x86 ppc64" IUSE="" DEPEND="dev-perl/MIME-Base64" |