diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:50:12 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 20:50:12 +0000 |
commit | aa8d1e8dd0ff3521ee9b35a9e5e90accd55f04f5 (patch) | |
tree | 05d9205f87988dfada3f052019819ba72e0267a3 /dev-perl/tie-encryptedhash | |
parent | sync IUSE (missing), don't assign S=${WORKDIR}/${P}, trim trailing whitespace... (diff) | |
download | gentoo-2-aa8d1e8dd0ff3521ee9b35a9e5e90accd55f04f5.tar.gz gentoo-2-aa8d1e8dd0ff3521ee9b35a9e5e90accd55f04f5.tar.bz2 gentoo-2-aa8d1e8dd0ff3521ee9b35a9e5e90accd55f04f5.zip |
sync IUSE (missing)
Diffstat (limited to 'dev-perl/tie-encryptedhash')
-rw-r--r-- | dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild index f2d1aefdc072..fc3f352a7c22 100644 --- a/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild +++ b/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild,v 1.6 2004/06/25 01:06:19 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/tie-encryptedhash/tie-encryptedhash-1.21.ebuild,v 1.7 2004/07/14 20:47:14 agriffis Exp $ inherit perl-module @@ -13,6 +13,7 @@ SRC_URI="http://search.cpan.org/CPAN/authors/id/V/VI/VIPUL/${MY_P}.tar.gz" LICENSE="Artistic | GPL-2" SLOT="0" KEYWORDS="x86 ~ppc ~sparc alpha hppa ~amd64 ~mips" +IUSE="" DEPEND="dev-perl/Crypt-Blowfish dev-perl/Crypt-DES |