diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-17 22:16:57 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2009-01-17 22:16:57 +0000 |
commit | 5fa476297c97e099bc21de972c40ec47243c6711 (patch) | |
tree | e572b04294b855ec4715e7b0552a6586017e08c3 /dev-perl/Text-CSV | |
parent | Bump patchset to fix a bug for arm (diff) | |
download | historical-5fa476297c97e099bc21de972c40ec47243c6711.tar.gz historical-5fa476297c97e099bc21de972c40ec47243c6711.tar.bz2 historical-5fa476297c97e099bc21de972c40ec47243c6711.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/Text-CSV')
-rw-r--r-- | dev-perl/Text-CSV/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Text-CSV/Text-CSV-1.10.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-perl/Text-CSV/ChangeLog b/dev-perl/Text-CSV/ChangeLog index 6177a698eac3..2c4ec503fa1a 100644 --- a/dev-perl/Text-CSV/ChangeLog +++ b/dev-perl/Text-CSV/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Text-CSV -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.14 2008/12/09 08:54:40 robbat2 Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/ChangeLog,v 1.15 2009/01/17 22:16:57 robbat2 Exp $ + + 17 Jan 2009; Robin H. Johnson <robbat2@gentoo.org> Text-CSV-1.10.ebuild: + Emerge on an empty system (without perl) failed due to lack of perl dep. *Text-CSV-1.10 (09 Dec 2008) diff --git a/dev-perl/Text-CSV/Text-CSV-1.10.ebuild b/dev-perl/Text-CSV/Text-CSV-1.10.ebuild index dfe9becae7a1..5ba91f946f54 100644 --- a/dev-perl/Text-CSV/Text-CSV-1.10.ebuild +++ b/dev-perl/Text-CSV/Text-CSV-1.10.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/Text-CSV/Text-CSV-1.10.ebuild,v 1.2 2008/12/09 09:28:49 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Text-CSV/Text-CSV-1.10.ebuild,v 1.3 2009/01/17 22:16:57 robbat2 Exp $ MODULE_AUTHOR="MAKAMAKA" @@ -13,3 +13,6 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 ~x86" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |