diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-09 16:07:53 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-09 16:07:53 +0000 |
commit | 85cd68a23b0af4d214ce28c5d643d9bf001c5580 (patch) | |
tree | 19af8e022e1c55e4f0829b8b85327098f9f5134f /sci-libs/mathgl | |
parent | x86 stable, see bug 425076 (diff) | |
download | gentoo-2-85cd68a23b0af4d214ce28c5d643d9bf001c5580.tar.gz gentoo-2-85cd68a23b0af4d214ce28c5d643d9bf001c5580.tar.bz2 gentoo-2-85cd68a23b0af4d214ce28c5d643d9bf001c5580.zip |
Forced png flag for pdf, bug #430584
(Portage version: 2.2.01.20796-prefix/cvs/Linux x86_64)
Diffstat (limited to 'sci-libs/mathgl')
-rw-r--r-- | sci-libs/mathgl/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/mathgl/mathgl-2.0.3.ebuild | 9 |
2 files changed, 7 insertions, 7 deletions
diff --git a/sci-libs/mathgl/ChangeLog b/sci-libs/mathgl/ChangeLog index c642e6a4b280..55f01f1ded16 100644 --- a/sci-libs/mathgl/ChangeLog +++ b/sci-libs/mathgl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/mathgl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.30 2012/08/04 19:11:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.31 2012/08/09 16:07:53 bicatali Exp $ + + 09 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> mathgl-2.0.3.ebuild: + Forced png flag for pdf, bug #430584 04 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> mathgl-2.0.3.ebuild, metadata.xml: diff --git a/sci-libs/mathgl/mathgl-2.0.3.ebuild b/sci-libs/mathgl/mathgl-2.0.3.ebuild index f48b678bb619..041ad0b9f946 100644 --- a/sci-libs/mathgl/mathgl-2.0.3.ebuild +++ b/sci-libs/mathgl/mathgl-2.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.0.3.ebuild,v 1.3 2012/08/04 19:11:50 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.0.3.ebuild,v 1.4 2012/08/09 16:07:53 bicatali Exp $ EAPI=4 @@ -46,13 +46,10 @@ DEPEND="${RDEPEND} octave? ( dev-lang/swig ) python? ( dev-lang/swig )" -REQUIRED_USE="mpi? ( hdf5 ) png? ( zlib )" +REQUIRED_USE="mpi? ( hdf5 ) png? ( zlib ) pdf? ( png )" pkg_setup() { - if use mpi; then - export CC=mpicc - export CXX=mpicxx - fi + use mpi && export CC=mpicc CXX=mpicxx use python && python_pkg_setup use wxwidgets && wxwidgets_pkg_setup } |