summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrant Goodyear <g2boojum@gentoo.org>2004-07-03 01:04:50 +0000
committerGrant Goodyear <g2boojum@gentoo.org>2004-07-03 01:04:50 +0000
commitff5c6143da2d10e2b826b0056f6995dea0376eab (patch)
tree19ebf1a0d2da5802d1157ae6699527877b0eb4e0 /media-gfx/gnuplot
parentMake __user patch work with linux-headers-2.4 (Manifest recommit) (diff)
downloadgentoo-2-ff5c6143da2d10e2b826b0056f6995dea0376eab.tar.gz
gentoo-2-ff5c6143da2d10e2b826b0056f6995dea0376eab.tar.bz2
gentoo-2-ff5c6143da2d10e2b826b0056f6995dea0376eab.zip
virtual/xemacs fix + use.local fixo
Diffstat (limited to 'media-gfx/gnuplot')
-rw-r--r--media-gfx/gnuplot/ChangeLog5
-rw-r--r--media-gfx/gnuplot/gnuplot-4.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-gfx/gnuplot/ChangeLog b/media-gfx/gnuplot/ChangeLog
index 2abe15d3aae7..86ec2ca60055 100644
--- a/media-gfx/gnuplot/ChangeLog
+++ b/media-gfx/gnuplot/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-gfx/gnuplot
# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.25 2004/06/29 16:00:22 kugelfang Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/ChangeLog,v 1.26 2004/07/03 01:04:50 g2boojum Exp $
+
+ 02 Jul 2004; Grant Goodyear <g2boojum@gentoo.org> gnuplot-4.0.ebuild:
+ Replaced specific dep on xemacs to virtual/xemacs.
29 Jun 2004; Danny van Dyk <kugelfang@gentoo.org> gnuplot-4.0.ebuild:
Marked ~amd64.
diff --git a/media-gfx/gnuplot/gnuplot-4.0.ebuild b/media-gfx/gnuplot/gnuplot-4.0.ebuild
index 3867649cd003..889632fb0d9c 100644
--- a/media-gfx/gnuplot/gnuplot-4.0.ebuild
+++ b/media-gfx/gnuplot/gnuplot-4.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0.ebuild,v 1.6 2004/06/30 17:29:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnuplot/gnuplot-4.0.ebuild,v 1.7 2004/07/03 01:04:50 g2boojum Exp $
inherit eutils
@@ -16,7 +16,7 @@ KEYWORDS="~x86 ~amd64"
IUSE="X svga xemacs pdflib ggi png gd readline plotutils doc"
DEPEND="
- xemacs? ( app-editors/xemacs )
+ xemacs? ( virtual/xemacs )
pdflib? ( media-libs/pdflib )
ggi? ( media-libs/libggi )
png? ( media-libs/libpng )