summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-04 14:33:44 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-04 14:33:44 +0000
commitacf6a9565b3bae57e6e2ac373c1620dc3078354d (patch)
treee1f95e64ebba0360a9ba208f12c1e34156233c4b /dev-perl
parentAdd revdep-rebuild fixes, bug #139102. Add command-line argument fixes, bug #... (diff)
downloadgentoo-2-acf6a9565b3bae57e6e2ac373c1620dc3078354d.tar.gz
gentoo-2-acf6a9565b3bae57e6e2ac373c1620dc3078354d.tar.bz2
gentoo-2-acf6a9565b3bae57e6e2ac373c1620dc3078354d.zip
Fixed RDEPEND wrt bug #134781
(Portage version: 2.1.1_pre2-r2)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/PGPLOT/ChangeLog5
-rw-r--r--dev-perl/PGPLOT/PGPLOT-2.19.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/dev-perl/PGPLOT/ChangeLog b/dev-perl/PGPLOT/ChangeLog
index 2e3c46c65ebf..24aea4f53cd0 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.2 2006/04/01 14:35:58 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/ChangeLog,v 1.3 2006/07/04 14:33:44 ian Exp $
+
+ 04 Jul 2006; Christian Hartmann <ian@gentoo.org> PGPLOT-2.19.ebuild:
+ Fixed RDEPEND wrt bug #134781
01 Apr 2006; Aron Griffis <agriffis@gentoo.org> PGPLOT-2.19.ebuild:
Mark 2.19 ~ia64
diff --git a/dev-perl/PGPLOT/PGPLOT-2.19.ebuild b/dev-perl/PGPLOT/PGPLOT-2.19.ebuild
index 74cb3989baf9..7802cec7cf0d 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.2 2006/04/01 14:35:58 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PGPLOT/PGPLOT-2.19.ebuild,v 1.3 2006/07/04 14:33:44 ian Exp $
inherit perl-module
@@ -19,3 +19,4 @@ IUSE=""
DEPEND="sci-libs/pgplot
virtual/x11
>=dev-perl/ExtUtils-F77-1.13"
+RDEPEND="${DEPEND}" \ No newline at end of file