diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:45:21 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-08-05 03:45:21 +0000 |
commit | a1e936d8fd2865a89c152b4f733b7ccb6956a5f2 (patch) | |
tree | f08155e54b05d6753362648d7242bc07baf41698 /dev-perl/File-NCopy/File-NCopy-0.34.ebuild | |
parent | Adding perl dep; fixed header; fixed DEPEND (diff) | |
download | historical-a1e936d8fd2865a89c152b4f733b7ccb6956a5f2.tar.gz historical-a1e936d8fd2865a89c152b4f733b7ccb6956a5f2.tar.bz2 historical-a1e936d8fd2865a89c152b4f733b7ccb6956a5f2.zip |
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/File-NCopy/File-NCopy-0.34.ebuild')
-rw-r--r-- | dev-perl/File-NCopy/File-NCopy-0.34.ebuild | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/dev-perl/File-NCopy/File-NCopy-0.34.ebuild b/dev-perl/File-NCopy/File-NCopy-0.34.ebuild index 0b66b81ac0eb..d54540b0be5b 100644 --- a/dev-perl/File-NCopy/File-NCopy-0.34.ebuild +++ b/dev-perl/File-NCopy/File-NCopy-0.34.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/File-NCopy-0.34.ebuild,v 1.19 2006/07/04 08:39:51 ian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/File-NCopy/File-NCopy-0.34.ebuild,v 1.20 2006/08/05 03:43:23 mcummings Exp $ inherit perl-module @@ -13,5 +13,7 @@ LICENSE="|| ( Artistic GPL-2 )" KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86" IUSE="" -DEPEND="virtual/perl-File-Spec" -RDEPEND="${DEPEND}"
\ No newline at end of file +DEPEND="virtual/perl-File-Spec + dev-lang/perl" +RDEPEND="${DEPEND}" + |