diff options
Diffstat (limited to 'dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild')
-rw-r--r-- | dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild index 5060ab98f662..27dfd422ad38 100644 --- a/dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild +++ b/dev-perl/Digest-SHA1/Digest-SHA1-2.10.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/dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild,v 1.15 2006/01/19 11:46:14 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.10.ebuild,v 1.16 2006/03/12 07:48:14 vapier Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.perl.com/CPAN/authors/id/GAAS/${P}.tar.gz" LICENSE="|| ( Artistic GPL-2 )" SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sparc x86" +KEYWORDS="alpha amd64 arm hppa ia64 mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="perl-core/digest-base" |