diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-03-22 23:04:36 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-03-22 23:04:36 +0000 |
commit | f64960a5245b12d12071f87f33d64851219d867b (patch) | |
tree | aca4f5071e1db0b638512a5529a2b8c0766513fc /perl-core | |
parent | clean out old (diff) | |
download | gentoo-2-f64960a5245b12d12071f87f33d64851219d867b.tar.gz gentoo-2-f64960a5245b12d12071f87f33d64851219d867b.tar.bz2 gentoo-2-f64960a5245b12d12071f87f33d64851219d867b.zip |
Marking stable sparc and x86
(Portage version: 2.1_pre6-r1)
Diffstat (limited to 'perl-core')
-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 24331a0f73e8..16d9bf5f903a 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.3 2006/02/16 19:15:19 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/perl-core/Scalar-List-Utils/ChangeLog,v 1.4 2006/03/22 23:04:36 mcummings Exp $ + + 22 Mar 2006; Michael Cummings <mcummings@gentoo.org> + Scalar-List-Utils-1.18.ebuild: + Marking stable sparc and x86 *Scalar-List-Utils-1.18 (13 Jan 2006) 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 9dce39f16998..88eeda35c506 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.2 2006/01/15 01:41:29 vapier Exp $ +# $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 $ 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="" |