diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-11-27 00:00:10 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-11-27 00:00:10 +0000 |
commit | 98b32eab1b2ee0003f662d12a6afd88a11c101e2 (patch) | |
tree | e15a09d011e10023aee0298a0c199c81859e51e2 /sci-visualization | |
parent | Drop ~ppc, they need >=dev-dotnet/gnome-panel-sharp-2.24.0 (diff) | |
download | gentoo-2-98b32eab1b2ee0003f662d12a6afd88a11c101e2.tar.gz gentoo-2-98b32eab1b2ee0003f662d12a6afd88a11c101e2.tar.bz2 gentoo-2-98b32eab1b2ee0003f662d12a6afd88a11c101e2.zip |
Only call wxwidgets_pkg_setup if USE="wxwindows".
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Diffstat (limited to 'sci-visualization')
-rw-r--r-- | sci-visualization/gnuplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog index 1f706dbba1f0..a24e2b896957 100644 --- a/sci-visualization/gnuplot/ChangeLog +++ b/sci-visualization/gnuplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-visualization/gnuplot # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.84 2008/11/26 21:10:24 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.85 2008/11/27 00:00:10 dirtyepic Exp $ + + 27 Nov 2008; Ryan Hill <dirtyepic@gentoo.org> gnuplot-4.2.4-r1.ebuild: + Only call wxwidgets_pkg_setup if USE="wxwindows". 26 Nov 2008; Ryan Hill <dirtyepic@gentoo.org> gnuplot-4.2.4-r1.ebuild: Call wxwidgets_pkg_setup. diff --git a/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild index bec65da1890c..9f53c8b01d2d 100644 --- a/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild +++ b/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild,v 1.3 2008/11/26 21:10:24 dirtyepic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild,v 1.4 2008/11/27 00:00:10 dirtyepic Exp $ WX_GTK_VER="2.8" @@ -56,7 +56,7 @@ pkg_setup() { eerror "media-libs/gd needs to be built with PNG support" die "please rebuilt media-libs/gd with USE=png" fi - wxwidgets_pkg_setup + use wxwindows && wxwidgets_pkg_setup } src_unpack() { |