diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-17 22:27:22 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-17 22:27:22 +0000 |
commit | f4545c2cb50ff8f1a6d05c8ea30a24f6f4fe6547 (patch) | |
tree | 7d33f2bdd609056633239b2a4b40316714515919 /dev-perl/WWW-Curl | |
parent | Emerge on an empty system (without perl) failed due to lack of perl dep. (diff) | |
download | gentoo-2-f4545c2cb50ff8f1a6d05c8ea30a24f6f4fe6547.tar.gz gentoo-2-f4545c2cb50ff8f1a6d05c8ea30a24f6f4fe6547.tar.bz2 gentoo-2-f4545c2cb50ff8f1a6d05c8ea30a24f6f4fe6547.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/WWW-Curl')
-rw-r--r-- | dev-perl/WWW-Curl/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/WWW-Curl/WWW-Curl-4.05.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-perl/WWW-Curl/ChangeLog b/dev-perl/WWW-Curl/ChangeLog index d876282b9734..fdca479a791b 100644 --- a/dev-perl/WWW-Curl/ChangeLog +++ b/dev-perl/WWW-Curl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/WWW-Curl -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.1 2008/09/30 08:41:04 robbat2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/ChangeLog,v 1.2 2009/01/17 22:27:22 robbat2 Exp $ + + 17 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> WWW-Curl-4.05.ebuild: + Emerge on an empty system (without perl) failed due to lack of perl dep. *WWW-Curl-4.05 (30 Sep 2008) diff --git a/dev-perl/WWW-Curl/WWW-Curl-4.05.ebuild b/dev-perl/WWW-Curl/WWW-Curl-4.05.ebuild index 0fa9629dda42..681d734a6988 100644 --- a/dev-perl/WWW-Curl/WWW-Curl-4.05.ebuild +++ b/dev-perl/WWW-Curl/WWW-Curl-4.05.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/WWW-Curl/WWW-Curl-4.05.ebuild,v 1.1 2008/09/30 08:41:04 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/WWW-Curl/WWW-Curl-4.05.ebuild,v 1.2 2009/01/17 22:27:22 robbat2 Exp $ MODULE_AUTHOR="SZBALINT" inherit perl-module @@ -9,7 +9,8 @@ DESCRIPTION="Perl extension interface for libcurl" IUSE="" -RDEPEND="net-misc/curl" +RDEPEND="net-misc/curl + dev-lang/perl" DEPEND="${RDEPEND}" SLOT="0" |