diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2006-03-23 19:49:29 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2006-03-23 19:49:29 +0000 |
commit | d7f0f28aabbee793aa6facf0320aa42f245ead09 (patch) | |
tree | 0d37602b6b3fbf5c2029be7737743b86dd4433cc /perl-core/Scalar-List-Utils | |
parent | Stable on amd64. (diff) | |
download | gentoo-2-d7f0f28aabbee793aa6facf0320aa42f245ead09.tar.gz gentoo-2-d7f0f28aabbee793aa6facf0320aa42f245ead09.tar.bz2 gentoo-2-d7f0f28aabbee793aa6facf0320aa42f245ead09.zip |
perl-core/Scalar-List-Utils stable on ppc.
(Portage version: 2.1_pre6-r6)
Diffstat (limited to 'perl-core/Scalar-List-Utils')
-rw-r--r-- | perl-core/Scalar-List-Utils/ChangeLog | 6 | ||||
-rw-r--r-- | perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/perl-core/Scalar-List-Utils/ChangeLog b/perl-core/Scalar-List-Utils/ChangeLog index 16d9bf5f903a..85224f38890b 100644 --- a/perl-core/Scalar-List-Utils/ChangeLog +++ b/perl-core/Scalar-List-Utils/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for perl-core/Scalar-List-Utils # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/ChangeLog,v 1.4 2006/03/22 23:04:36 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/ChangeLog,v 1.5 2006/03/23 19:49:29 hansmi Exp $ + + 23 Mar 2006; Michael Hanselmann <hansmi@gentoo.org> + Scalar-List-Utils-1.18.ebuild: + Stable on ppc. 22 Mar 2006; Michael Cummings <mcummings@gentoo.org> Scalar-List-Utils-1.18.ebuild: diff --git a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild index 88eeda35c506..df7f9b8da3d5 100644 --- a/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild +++ b/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild,v 1.3 2006/03/22 23:04:36 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/Scalar-List-Utils-1.18.ebuild,v 1.4 2006/03/23 19:49:29 hansmi 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 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh sparc x86" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~s390 ~sh sparc x86" IUSE="" |