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 | 7bdc250a90336e79f87d1682d4d14591d007b980 (patch) | |
tree | fcbf46cad54316791c9555596242d73c3671fefb /dev-perl/Filesys-Df/Filesys-Df-0.92.ebuild | |
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/Filesys-Df/Filesys-Df-0.92.ebuild')
-rw-r--r-- | dev-perl/Filesys-Df/Filesys-Df-0.92.ebuild | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/dev-perl/Filesys-Df/Filesys-Df-0.92.ebuild b/dev-perl/Filesys-Df/Filesys-Df-0.92.ebuild index 61cbaa52ec01..5bc2383f17ce 100644 --- a/dev-perl/Filesys-Df/Filesys-Df-0.92.ebuild +++ b/dev-perl/Filesys-Df/Filesys-Df-0.92.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-Df/Filesys-Df-0.92.ebuild,v 1.3 2009/01/08 02:58:54 darkside Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Filesys-Df/Filesys-Df-0.92.ebuild,v 1.4 2009/01/17 22:29:32 robbat2 Exp $ inherit perl-module @@ -12,3 +12,6 @@ IUSE="" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="~amd64 x86" + +DEPEND="dev-lang/perl" +RDEPEND="${DEPEND}" |