summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-06 02:20:34 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-06 02:20:34 +0000
commit0789a121ed1acd61a4701da5a0b2e85d66069f3e (patch)
tree5ac06b6fda503e47e4feaee4ac862d0f8e0e661b /dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild
parentAdding perl dep; fixed DEPEND (diff)
downloadgentoo-2-0789a121ed1acd61a4701da5a0b2e85d66069f3e.tar.gz
gentoo-2-0789a121ed1acd61a4701da5a0b2e85d66069f3e.tar.bz2
gentoo-2-0789a121ed1acd61a4701da5a0b2e85d66069f3e.zip
Adding perl dep; fixed header; fixed DEPEND
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild')
-rw-r--r--dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild8
1 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild
index 29ddfe16f29d..dc3f9ea8aafb 100644
--- a/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild
+++ b/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild,v 1.10 2005/09/17 00:49:43 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.07.ebuild,v 1.11 2006/08/06 02:20:34 mcummings Exp $
inherit perl-module
@@ -14,3 +14,7 @@ LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="alpha amd64 hppa ia64 ~mips ppc ppc64 sparc x86"
IUSE=""
+
+
+DEPEND="dev-lang/perl"
+RDEPEND="${DEPEND}"