summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-04 23:00:32 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-04 23:00:32 +0000
commit6aec94aa32bf02e91d49fb4718d9cc7f6f423cb5 (patch)
treea933d1f434b980b16fe81c0f601f16a9e8e240a2 /dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild
parentRDEP=DEP (diff)
downloadhistorical-6aec94aa32bf02e91d49fb4718d9cc7f6f423cb5.tar.gz
historical-6aec94aa32bf02e91d49fb4718d9cc7f6f423cb5.tar.bz2
historical-6aec94aa32bf02e91d49fb4718d9cc7f6f423cb5.zip
Adding perl dep; fixed header; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild')
-rw-r--r--dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild b/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild
index 9d4d849a0ff5..8d0b54e0f398 100644
--- a/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild
+++ b/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild,v 1.9 2005/09/08 16:53:30 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cache-Memcached/Cache-Memcached-1.14.ebuild,v 1.10 2006/08/04 22:54:07 mcummings Exp $
inherit perl-module
@@ -14,5 +14,6 @@ SLOT="0"
KEYWORDS="alpha amd64 ~hppa ia64 ~mips ~ppc sparc x86"
IUSE=""
-DEPEND="!ia64? ( dev-perl/string-crc32 )"
+DEPEND="!ia64? ( dev-perl/string-crc32 )
+ dev-lang/perl"
RDEPEND="${DEPEND}"