summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-04 13:28:28 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-04 13:28:28 +0000
commit9b17abd19dfdf917ef62f4723101043938720b31 (patch)
treed9d4a4f607bb14655b75ad3d13a0fa017a620cd5 /perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild
parentAdding perl dep (diff)
downloadgentoo-2-9b17abd19dfdf917ef62f4723101043938720b31.tar.gz
gentoo-2-9b17abd19dfdf917ef62f4723101043938720b31.tar.bz2
gentoo-2-9b17abd19dfdf917ef62f4723101043938720b31.zip
Adding perl dep
(Portage version: 2.1.1_pre3-r1)
Diffstat (limited to 'perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild')
-rw-r--r--perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild b/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild
index 5998466abfe9..83e65e5b77d9 100644
--- a/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild
+++ b/perl-core/Math-BigInt/Math-BigInt-1.77-r1.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/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild,v 1.6 2006/07/18 15:45:34 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/perl-core/Math-BigInt/Math-BigInt-1.77-r1.ebuild,v 1.7 2006/08/04 13:28:28 mcummings Exp $
inherit perl-module eutils
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="alpha ~amd64 arm ~hppa ia64 ~ppc s390 sh sparc ~x86"
IUSE=""
-DEPEND=">=virtual/perl-Scalar-List-Utils-1.14"
+DEPEND="dev-lang/perl
+ >=virtual/perl-Scalar-List-Utils-1.14"
RDEPEND="${DEPEND}"
SRC_TEST="do"
@@ -21,4 +22,4 @@ SRC_TEST="do"
src_unpack() {
unpack ${A}
has_version 'dev-perl/yaml' && epatch ${FILESDIR}/yaml-node-makefile.patch
-} \ No newline at end of file
+}