diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-17 22:29:44 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-17 22:29:44 +0000 |
commit | 9a1f534e516d0e9480c80dae1b9d0d18fa422e1e (patch) | |
tree | 7ddfcc7cd8c52bcafc58529c66a42df3d567634c /dev-perl/Cisco-IPPhone | |
parent | Emerge on an empty system (without perl) failed due to lack of perl dep. (diff) | |
download | gentoo-2-9a1f534e516d0e9480c80dae1b9d0d18fa422e1e.tar.gz gentoo-2-9a1f534e516d0e9480c80dae1b9d0d18fa422e1e.tar.bz2 gentoo-2-9a1f534e516d0e9480c80dae1b9d0d18fa422e1e.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/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}" |