diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-09-23 16:35:08 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-09-23 16:35:08 +0000 |
commit | 42c3aaee9f72eacbb6b04fb14f3d8e2f9d0bd4cf (patch) | |
tree | 405b59bab9438f5c48389593b52afc42282574b1 /dev-perl/Scalar-List-Utils | |
parent | samba-old mirrors also: bug #106676 (diff) | |
download | gentoo-2-42c3aaee9f72eacbb6b04fb14f3d8e2f9d0bd4cf.tar.gz gentoo-2-42c3aaee9f72eacbb6b04fb14f3d8e2f9d0bd4cf.tar.bz2 gentoo-2-42c3aaee9f72eacbb6b04fb14f3d8e2f9d0bd4cf.zip |
Stable on ppc64
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-perl/Scalar-List-Utils')
-rw-r--r-- | dev-perl/Scalar-List-Utils/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-perl/Scalar-List-Utils/ChangeLog b/dev-perl/Scalar-List-Utils/ChangeLog index 7d41e01dd7b2..82af7232c07d 100644 --- a/dev-perl/Scalar-List-Utils/ChangeLog +++ b/dev-perl/Scalar-List-Utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Scalar-List-Utils # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/ChangeLog,v 1.20 2005/09/05 14:28:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/ChangeLog,v 1.21 2005/09/23 16:33:25 corsair Exp $ + + 23 Sep 2005; Markus Rothe <corsair@gentoo.org> + Scalar-List-Utils-1.14.ebuild: + Stable on ppc64 05 Sep 2005; Brent Baude <ranger@gentoo.org> Scalar-List-Utils-1.14.ebuild: diff --git a/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild index eaec9a2a6196..3daa9c2dfda3 100644 --- a/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild +++ b/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.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/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild,v 1.14 2005/09/05 14:28:12 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild,v 1.15 2005/09/23 16:33:25 corsair Exp $ inherit perl-module @@ -10,5 +10,5 @@ SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 s390 sparc x86" IUSE="" |