diff options
author | Ryan Hill <dirtyepic@gentoo.org> | 2008-11-26 21:02:43 +0000 |
---|---|---|
committer | Ryan Hill <dirtyepic@gentoo.org> | 2008-11-26 21:02:43 +0000 |
commit | 18bfabe20c4ef3c521a616368f88f7378f8bc05e (patch) | |
tree | 2515c917098ba02a6a969705f11613d5772eedb6 /sci-libs | |
parent | hppa stable (diff) | |
download | gentoo-2-18bfabe20c4ef3c521a616368f88f7378f8bc05e.tar.gz gentoo-2-18bfabe20c4ef3c521a616368f88f7378f8bc05e.tar.bz2 gentoo-2-18bfabe20c4ef3c521a616368f88f7378f8bc05e.zip |
Call wxwidgets_pkg_setup.
(Portage version: 2.2_rc16/cvs/Linux 2.6.27-gentoo-r4 x86_64)
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/plplot/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/plplot/plplot-5.9.0.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/sci-libs/plplot/ChangeLog b/sci-libs/plplot/ChangeLog index c17fe2899eb7..68a7ed521c2b 100644 --- a/sci-libs/plplot/ChangeLog +++ b/sci-libs/plplot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/plplot # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.17 2008/10/22 19:00:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/ChangeLog,v 1.18 2008/11/26 21:02:43 dirtyepic Exp $ + + 26 Nov 2008; Ryan Hill <dirtyepic@gentoo.org> plplot-5.9.0.ebuild: + Call wxwidgets_pkg_setup. 22 Oct 2008; Sébastien Fabbro <bicatali@gentoo.org> plplot-5.9.0.ebuild: Removed gif flag (not used) and merged fortranrtran and fortran95 flag, diff --git a/sci-libs/plplot/plplot-5.9.0.ebuild b/sci-libs/plplot/plplot-5.9.0.ebuild index 533800b33dc2..4f80e2d4c9f4 100644 --- a/sci-libs/plplot/plplot-5.9.0.ebuild +++ b/sci-libs/plplot/plplot-5.9.0.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-libs/plplot/plplot-5.9.0.ebuild,v 1.2 2008/10/22 19:00:28 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/plplot/plplot-5.9.0.ebuild,v 1.3 2008/11/26 21:02:43 dirtyepic Exp $ EAPI="2" WX_GTK_VER="2.8" @@ -58,6 +58,8 @@ pkg_setup() { fortran_pkg_setup fi export FC=${FORTRANC} F77=${FORTRANC} + + wxwidgets_pkg_setup } src_prepare() { |