summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-04 12:33:09 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-04 12:33:09 +0000
commit618190a5e0b3205893869781b31e5910fda4e5d2 (patch)
tree8e355815fae4f68d507d242708d3ea54646327d2 /dev-perl/Math-GMP/Math-GMP-2.03.ebuild
parentFixed RDEPEND wrt bug #134781; fixed DEPEND (diff)
downloadhistorical-618190a5e0b3205893869781b31e5910fda4e5d2.tar.gz
historical-618190a5e0b3205893869781b31e5910fda4e5d2.tar.bz2
historical-618190a5e0b3205893869781b31e5910fda4e5d2.zip
Fixed RDEPEND wrt bug #134781; fixed header
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/Math-GMP/Math-GMP-2.03.ebuild')
-rw-r--r--dev-perl/Math-GMP/Math-GMP-2.03.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild b/dev-perl/Math-GMP/Math-GMP-2.03.ebuild
index 35c7b1de30f9..fdc75692bb05 100644
--- a/dev-perl/Math-GMP/Math-GMP-2.03.ebuild
+++ b/dev-perl/Math-GMP/Math-GMP-2.03.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/Math-GMP/Math-GMP-2.03.ebuild,v 1.10 2005/04/29 00:14:13 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Math-GMP/Math-GMP-2.03.ebuild,v 1.11 2006/07/04 12:33:09 ian Exp $
inherit perl-module
@@ -14,3 +14,4 @@ KEYWORDS="x86 alpha ~ppc sparc amd64 ~mips"
IUSE=""
DEPEND="dev-libs/gmp"
+RDEPEND="${DEPEND}"