summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Hill <dirtyepic@gentoo.org>2008-11-26 21:10:24 +0000
committerRyan Hill <dirtyepic@gentoo.org>2008-11-26 21:10:24 +0000
commitd696d34aae2a9ed1088433fc37311852998f92b9 (patch)
tree2653594ef0db6b52dd16a375967be0c7483d9887 /sci-visualization/gnuplot
parenthppa stable (diff)
downloadgentoo-2-d696d34aae2a9ed1088433fc37311852998f92b9.tar.gz
gentoo-2-d696d34aae2a9ed1088433fc37311852998f92b9.tar.bz2
gentoo-2-d696d34aae2a9ed1088433fc37311852998f92b9.zip
Call wxwidgets_pkg_setup.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Diffstat (limited to 'sci-visualization/gnuplot')
-rw-r--r--sci-visualization/gnuplot/ChangeLog5
-rw-r--r--sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild3
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-visualization/gnuplot/ChangeLog b/sci-visualization/gnuplot/ChangeLog
index d2aa8535be7c..1f706dbba1f0 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.83 2008/10/28 07:34:17 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-visualization/gnuplot/ChangeLog,v 1.84 2008/11/26 21:10:24 dirtyepic Exp $
+
+ 26 Nov 2008; Ryan Hill <dirtyepic@gentoo.org> gnuplot-4.2.4-r1.ebuild:
+ Call wxwidgets_pkg_setup.
28 Oct 2008; Ulrich Mueller <ulm@gentoo.org> gnuplot-4.2.4.ebuild,
gnuplot-4.2.4-r1.ebuild:
diff --git a/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild b/sci-visualization/gnuplot/gnuplot-4.2.4-r1.ebuild
index b3fdb0f1e0c8..bec65da1890c 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.2 2008/10/28 07:34:17 ulm Exp $
+# $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 $
WX_GTK_VER="2.8"
@@ -56,6 +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
}
src_unpack() {