diff options
author | 2009-01-17 22:29:44 +0000 | |
---|---|---|
committer | 2009-01-17 22:29:44 +0000 | |
commit | 7bdc250a90336e79f87d1682d4d14591d007b980 (patch) | |
tree | fcbf46cad54316791c9555596242d73c3671fefb /dev-perl/ShipIt | |
parent | Emerge on an empty system (without perl) failed due to lack of perl dep. (diff) | |
download | historical-7bdc250a90336e79f87d1682d4d14591d007b980.tar.gz historical-7bdc250a90336e79f87d1682d4d14591d007b980.tar.bz2 historical-7bdc250a90336e79f87d1682d4d14591d007b980.zip |
Emerge on an empty system (without perl) failed due to lack of perl dep.
Package-Manager: portage-2.2_rc20/cvs/Linux 2.6.28-05718-g0556e82 x86_64
Diffstat (limited to 'dev-perl/ShipIt')
-rw-r--r-- | dev-perl/ShipIt/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/ShipIt/ShipIt-0.52.ebuild | 7 |
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}" |