diff options
author | Mark Guertin <gerk@gentoo.org> | 2002-08-16 22:22:59 +0000 |
---|---|---|
committer | Mark Guertin <gerk@gentoo.org> | 2002-08-16 22:22:59 +0000 |
commit | 953c3da0fe39a93b82314b31c3f81a8f0b6814bf (patch) | |
tree | a9c28979386ff30ee83dcd45230bc873d141224b /dev-perl/Crypt-DES | |
parent | Initial import. (diff) | |
download | gentoo-2-953c3da0fe39a93b82314b31c3f81a8f0b6814bf.tar.gz gentoo-2-953c3da0fe39a93b82314b31c3f81a8f0b6814bf.tar.bz2 gentoo-2-953c3da0fe39a93b82314b31c3f81a8f0b6814bf.zip |
added ppc to keywords
Diffstat (limited to 'dev-perl/Crypt-DES')
-rw-r--r-- | dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild b/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild index 9b8ca0546a7d..6c2ab55173e1 100644 --- a/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild +++ b/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild,v 1.1 2002/08/14 18:05:38 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-DES/Crypt-DES-2.03.ebuild,v 1.2 2002/08/16 22:22:24 gerk Exp $ inherit perl-module @@ -10,7 +10,7 @@ SRC_URI="http://www.cpan.org/authors/id/D/DP/DPARIS/${P}.tar.gz" SLOT="0" LICENSE="Artistic | GPL-2" -KEYWORDS="x86" +KEYWORDS="x86 ppc" DEPEND="virtual/glibc >=sys-devel/perl-5" |