diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-02-23 20:33:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-02-23 20:33:15 +0000 |
commit | 3f2c3c4b7351359c9190f9d34f998c0eef9318b0 (patch) | |
tree | 3d4ddb5b961335b97278f50d6873b7f06c17035a /dev-perl/TimeDate | |
parent | fix #198553; remove old version (diff) | |
download | gentoo-2-3f2c3c4b7351359c9190f9d34f998c0eef9318b0.tar.gz gentoo-2-3f2c3c4b7351359c9190f9d34f998c0eef9318b0.tar.bz2 gentoo-2-3f2c3c4b7351359c9190f9d34f998c0eef9318b0.zip |
arm/s390/sh love
(Portage version: 2.2_pre2)
Diffstat (limited to 'dev-perl/TimeDate')
-rw-r--r-- | dev-perl/TimeDate/TimeDate-1.16.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/TimeDate/TimeDate-1.16.ebuild b/dev-perl/TimeDate/TimeDate-1.16.ebuild index 4fe715eb1b14..4c97f7e589a9 100644 --- a/dev-perl/TimeDate/TimeDate-1.16.ebuild +++ b/dev-perl/TimeDate/TimeDate-1.16.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/TimeDate/TimeDate-1.16.ebuild,v 1.17 2008/02/23 17:09:14 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TimeDate/TimeDate-1.16.ebuild,v 1.18 2008/02/23 20:33:15 vapier Exp $ inherit perl-module @@ -8,9 +8,9 @@ DESCRIPTION="A Date/Time Parsing Perl Module" HOMEPAGE="http://search.cpan.org/~gbarr/" SRC_URI="mirror://cpan/authors/id/G/GB/GBARR/${P}.tar.gz" -SLOT="0" LICENSE="Artistic" -KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd" +SLOT="0" +KEYWORDS="alpha amd64 arm hppa ia64 m68k ppc ppc64 s390 sh sparc x86 ~x86-fbsd" IUSE="" DEPEND="dev-lang/perl" |