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/Cisco-IPPhone | |
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/Cisco-IPPhone')
-rw-r--r-- | dev-perl/Cisco-IPPhone/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.05.ebuild | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/dev-perl/Cisco-IPPhone/ChangeLog b/dev-perl/Cisco-IPPhone/ChangeLog index 73bd78499ef2..c5f10fa55bf9 100644 --- a/dev-perl/Cisco-IPPhone/ChangeLog +++ b/dev-perl/Cisco-IPPhone/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Cisco-IPPhone -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cisco-IPPhone/ChangeLog,v 1.1 2007/01/30 17:47:43 chainsaw Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cisco-IPPhone/ChangeLog,v 1.2 2009/01/17 22:29:44 robbat2 Exp $ + + 17 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> + Cisco-IPPhone-0.05.ebuild: + Emerge on an empty system (without perl) failed due to lack of perl dep. *Cisco-IPPhone-0.05 (30 Jan 2007) diff --git a/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.05.ebuild b/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.05.ebuild index b46cc8b2838f..fac3f8afbf69 100644 --- a/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.05.ebuild +++ b/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.05.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/Cisco-IPPhone/Cisco-IPPhone-0.05.ebuild,v 1.2 2007/07/10 23:33:26 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cisco-IPPhone/Cisco-IPPhone-0.05.ebuild,v 1.3 2009/01/17 22:29:44 robbat2 Exp $ inherit perl-module @@ -15,3 +15,6 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~x86 ~amd64" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |