diff options
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 4c89992e0226..5e87d6566f7a 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.16 2005/04/10 18:44:50 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/ChangeLog,v 1.17 2005/04/26 20:36:27 kloeri Exp $ + + 26 Apr 2005; Bryan Ăstergaard <kloeri@gentoo.org> + Scalar-List-Utils-1.14.ebuild: + ~ia64 keyword. 10 Apr 2005; Michael Hanselmann <hansmi@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 fe7ba2c2aa7f..1820d894f65d 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.10 2005/04/10 18:44:50 hansmi Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Scalar-List-Utils/Scalar-List-Utils-1.14.ebuild,v 1.11 2005/04/26 20:36:27 kloeri 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 ppc s390 sparc x86" +KEYWORDS="alpha amd64 ppc s390 sparc x86 ~ia64" IUSE="" |