summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Faulhammer <opfer@gentoo.org>2007-06-19 06:18:02 +0000
committerChristian Faulhammer <opfer@gentoo.org>2007-06-19 06:18:02 +0000
commit6861df2e7648a1a3177ae859bb4eafc6803d03ac (patch)
tree92a2f4812e626045c6ce678212131f2d6d2dcbf9 /sci-visualization
parentadd myself to metadata; fix bug 171045: check if media-libs/gd has been built... (diff)
downloadgentoo-2-6861df2e7648a1a3177ae859bb4eafc6803d03ac.tar.gz
gentoo-2-6861df2e7648a1a3177ae859bb4eafc6803d03ac.tar.bz2
gentoo-2-6861df2e7648a1a3177ae859bb4eafc6803d03ac.zip
use_enable instead of use_with for wxwindows, fixes bug 172701 reported by Petr Pisar <petr.pisar@atlas.cz>
(Portage version: 2.1.2.7)
Diffstat (limited to 'sci-visualization')
-rw-r--r--sci-visualization/gnuplot/ChangeLog6
-rw-r--r--sci-visualization/gnuplot/gnuplot-4.2.0.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog
index 2b7d3bd8ce10..c2d39079482b 100644
--- a/sci-visualization/gnuplot/ChangeLog
+++ b/sci-visualization/gnuplot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sci-visualization/gnuplot
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.17 2007/06/19 06:12:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.18 2007/06/19 06:18:02 opfer Exp $
+
+ 19 Jun 2007; Christian Faulhammer <opfer@gentoo.org> gnuplot-4.2.0.ebuild:
+ use_enable instead of use_with for wxwindows, fixes bug 172701 reported by
+ Petr Pisar <petr.pisar@atlas.cz>
19 Jun 2007; Christian Faulhammer <opfer@gentoo.org> metadata.xml,
gnuplot-4.2.0.ebuild:
diff --git a/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild
index 1f4278716608..96d1d2343c4b 100644
--- a/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild
+++ b/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild,v 1.2 2007/06/19 06:12:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.0.ebuild,v 1.3 2007/06/19 06:18:02 opfer Exp $
inherit eutils elisp-common wxwidgets
@@ -66,7 +66,7 @@ src_compile() {
myconf="${myconf} $(use_with X x)"
myconf="${myconf} $(use_with svga linux-vga)"
myconf="${myconf} $(use_with gd)"
- myconf="${myconf} $(use_with wxwindows wxwidgets)"
+ myconf="${myconf} $(use_enable wxwindows wxwidgets)"
myconf="${myconf} $(use_with plotutils plot /usr/lib)"
myconf="${myconf} $(use_with png png /usr/lib)"
myconf="${myconf} $(use_with pdf pdf /usr/lib)"