summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Hartmann <ian@gentoo.org>2006-07-04 14:52:15 +0000
committerChristian Hartmann <ian@gentoo.org>2006-07-04 14:52:15 +0000
commit53231db80b9c1ed1172433b90ea4384fd6c54213 (patch)
tree204458e6153b38e09cd900937870b31075918470 /dev-perl/PGPLOT
parentFixed RDEPEND wrt bug #134781; fixed header (diff)
downloadhistorical-53231db80b9c1ed1172433b90ea4384fd6c54213.tar.gz
historical-53231db80b9c1ed1172433b90ea4384fd6c54213.tar.bz2
historical-53231db80b9c1ed1172433b90ea4384fd6c54213.zip
Fixed RDEPEND wrt bug #134781
Package-Manager: portage-2.1.1_pre2-r2
Diffstat (limited to 'dev-perl/PGPLOT')
-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