diff options
Diffstat (limited to 'dev-perl/Digest-SHA1')
-rw-r--r-- | dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild b/dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild index 433a2b809db6..760d8040d105 100644 --- a/dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild +++ b/dev-perl/Digest-SHA1/Digest-SHA1-2.11.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.11.ebuild,v 1.8 2006/04/01 22:17:31 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Digest-SHA1/Digest-SHA1-2.11.ebuild,v 1.9 2006/04/09 17:56:50 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 sh sparc x86" +KEYWORDS="~alpha ~amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86" IUSE="" DEPEND="perl-core/digest-base" |