diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 01:57:23 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 01:57:23 +0000 |
commit | 6fca40a7022d3a6b51984151df9cca9cda1b6cfd (patch) | |
tree | 4de24361ca22992e232b9111428b99bd9aaf719c /dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-6fca40a7022d3a6b51984151df9cca9cda1b6cfd.tar.gz historical-6fca40a7022d3a6b51984151df9cca9cda1b6cfd.tar.bz2 historical-6fca40a7022d3a6b51984151df9cca9cda1b6cfd.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild')
-rw-r--r-- | dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild index 0c3099c0cfab..18d0d742be0f 100644 --- a/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild +++ b/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.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/Crypt-Twofish/Crypt-Twofish-2.12.ebuild,v 1.5 2006/07/10 15:00:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Crypt-Twofish/Crypt-Twofish-2.12.ebuild,v 1.6 2006/08/05 01:55:25 mcummings Exp $ inherit perl-module @@ -14,3 +14,5 @@ KEYWORDS="~amd64 ia64 sparc x86" IUSE="" SRC_TEST="do" +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |