diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:13:55 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-04 23:13:55 +0000 |
commit | 5db60a0fb4d17ace93a54a273ca1af1705010389 (patch) | |
tree | d1e516f3e0efd6617e9ee8d8e069840980f1296c /dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.23.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.gz historical-5db60a0fb4d17ace93a54a273ca1af1705010389.tar.bz2 historical-5db60a0fb4d17ace93a54a273ca1af1705010389.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.23.ebuild')
-rw-r--r-- | dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.23.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.23.ebuild b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.23.ebuild index 1dba638f5126..1dfd88600006 100644 --- a/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.23.ebuild +++ b/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.23.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/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.23.ebuild,v 1.11 2006/07/10 14:37:37 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Simple-TimedExpiry/Cache-Simple-TimedExpiry-0.23.ebuild,v 1.12 2006/08/04 22:54:49 mcummings Exp $ inherit perl-module @@ -14,3 +14,5 @@ KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" IUSE="" SRC_TEST="do" +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |