summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-01-17 22:28:04 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-01-17 22:28:04 +0000
commit42a12dfd66ad8642c8a6bab66fb399807fdc5943 (patch)
treef7dc53e637800c9183fd3c91094d724f8a2f7b42 /dev-perl/ShipIt
parentEmerge on an empty system (without perl) failed due to lack of perl dep. (diff)
downloadgentoo-2-42a12dfd66ad8642c8a6bab66fb399807fdc5943.tar.gz
gentoo-2-42a12dfd66ad8642c8a6bab66fb399807fdc5943.tar.bz2
gentoo-2-42a12dfd66ad8642c8a6bab66fb399807fdc5943.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/ShipIt')
-rw-r--r--dev-perl/ShipIt/ChangeLog7
-rw-r--r--dev-perl/ShipIt/ShipIt-0.52.ebuild7
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-perl/ShipIt/ChangeLog b/dev-perl/ShipIt/ChangeLog
index 39c2cf7948ef..0c42c04636ad 100644
--- a/dev-perl/ShipIt/ChangeLog
+++ b/dev-perl/ShipIt/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/ShipIt
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.2 2008/07/30 01:03:59 robbat2 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ChangeLog,v 1.3 2009/01/17 22:28:04 robbat2 Exp $
+
+ 17 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> ShipIt-0.52.ebuild:
+ Emerge on an empty system (without perl) failed due to lack of perl dep.
*ShipIt-0.52 (30 Jul 2008)
diff --git a/dev-perl/ShipIt/ShipIt-0.52.ebuild b/dev-perl/ShipIt/ShipIt-0.52.ebuild
index bddf2f48bd64..97dcae69fe55 100644
--- a/dev-perl/ShipIt/ShipIt-0.52.ebuild
+++ b/dev-perl/ShipIt/ShipIt-0.52.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 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/ShipIt/ShipIt-0.52.ebuild,v 1.1 2008/07/30 01:03:59 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ShipIt/ShipIt-0.52.ebuild,v 1.2 2009/01/17 22:28:04 robbat2 Exp $
MODULE_AUTHOR="BRADFITZ"
inherit perl-module
@@ -18,3 +18,6 @@ pkg_postinst() {
elog "Please note that ShipIt does not depend on any specific VCS."
elog "You must install a supported VCS (CVS, SVN, SVK) for use."
}
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"