summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-01-17 22:15:39 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-01-17 22:15:39 +0000
commitfa4e32b5975f4297755385f7bf6f68d7abeee592 (patch)
tree6397563c32ba1470d672b0470fa050f42203b74c /dev-perl/Tie-Cache
parentBump patchset to fix a bug for arm (diff)
downloadgentoo-2-fa4e32b5975f4297755385f7bf6f68d7abeee592.tar.gz
gentoo-2-fa4e32b5975f4297755385f7bf6f68d7abeee592.tar.bz2
gentoo-2-fa4e32b5975f4297755385f7bf6f68d7abeee592.zip
Emerge on an empty system (without perl) failed due to lack of perl dep.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64)
Diffstat (limited to 'dev-perl/Tie-Cache')
-rw-r--r--dev-perl/Tie-Cache/ChangeLog7
-rw-r--r--dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild7
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-perl/Tie-Cache/ChangeLog b/dev-perl/Tie-Cache/ChangeLog
index 11b68b6eecf1..4e42203a037a 100644
--- a/dev-perl/Tie-Cache/ChangeLog
+++ b/dev-perl/Tie-Cache/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Tie-Cache
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Cache/ChangeLog,v 1.5 2007/08/04 15:36:11 ticho Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Cache/ChangeLog,v 1.6 2009/01/17 22:15:39 robbat2 Exp $
+
+ 17 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> Tie-Cache-0.17.ebuild:
+ Emerge on an empty system (without perl) failed due to lack of perl dep.
04 Aug 2007; Andrej Kacian <ticho@gentoo.org> Tie-Cache-0.17.ebuild:
Stable on x86.
diff --git a/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild b/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild
index b6e74edd8849..cce22a2f31cb 100644
--- a/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild
+++ b/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild,v 1.6 2007/08/04 15:36:11 ticho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Tie-Cache/Tie-Cache-0.17.ebuild,v 1.7 2009/01/17 22:15:39 robbat2 Exp $
inherit perl-module
@@ -13,3 +13,6 @@ IUSE=""
SLOT="0"
LICENSE="|| ( Artistic GPL-2 )"
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc x86"
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"