summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cummings <mcummings@gentoo.org>2006-08-05 20:16:01 +0000
committerMichael Cummings <mcummings@gentoo.org>2006-08-05 20:16:01 +0000
commiteefe290c9e2be12a5187ffeafdfd6be67253d4c7 (patch)
treee262cb4ec469701e7975c4a778da7d43144e658e /dev-perl/PGPLOT
parentApply a patch for IBM JDK, see bug #142692. (diff)
downloadhistorical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.tar.gz
historical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.tar.bz2
historical-eefe290c9e2be12a5187ffeafdfd6be67253d4c7.zip
Adding perl dep; fixed DEPEND
Package-Manager: portage-2.1.1_pre3-r1
Diffstat (limited to 'dev-perl/PGPLOT')
-rw-r--r--dev-perl/PGPLOT/ChangeLog5
-rw-r--r--dev-perl/PGPLOT/PGPLOT-2.19.ebuild9
2 files changed, 10 insertions, 4 deletions
diff --git a/dev-perl/PGPLOT/ChangeLog b/dev-perl/PGPLOT/ChangeLog
index 396b372d0035..327774ded724 100644
--- a/dev-perl/PGPLOT/ChangeLog
+++ b/dev-perl/PGPLOT/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/PGPLOT
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.4 2006/07/11 00:01:48 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.5 2006/08/05 19:46:09 mcummings Exp $
+
+ 05 Aug 2006; Michael Cummings <mcummings@gentoo.org> PGPLOT-2.19.ebuild:
+ Adding perl dep; fixed DEPEND
11 Jul 2006; Michael Cummings <mcummings@gentoo.org> PGPLOT-2.19.ebuild:
Updating for modular X
diff --git a/dev-perl/PGPLOT/PGPLOT-2.19.ebuild b/dev-perl/PGPLOT/PGPLOT-2.19.ebuild
index d0fe57b77475..d7c3e114f5a9 100644
--- a/dev-perl/PGPLOT/PGPLOT-2.19.ebuild
+++ b/dev-perl/PGPLOT/PGPLOT-2.19.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/PGPLOT/PGPLOT-2.19.ebuild,v 1.4 2006/07/11 00:01:48 mcummings Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.19.ebuild,v 1.5 2006/08/05 19:46:09 mcummings Exp $
inherit perl-module
@@ -17,7 +17,10 @@ IUSE=""
#SRC_TEST="do"
DEPEND="sci-libs/pgplot
- || ( x11-base/xorg-server
+ || ( x11-base/xorg-server
virtual/x11 )
- >=dev-perl/ExtUtils-F77-1.13"
+ >=dev-perl/ExtUtils-F77-1.13
+ dev-lang/perl"
RDEPEND="${DEPEND}"
+
+