diff options
author | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-10 00:20:48 +0000 |
---|---|---|
committer | Sebastien Fabbro <bicatali@gentoo.org> | 2012-08-10 00:20:48 +0000 |
commit | d7fdd8383568021ad89c39160354d6fa33c18b17 (patch) | |
tree | cf89d2522f1e38a15ebd76c94d98daefee5f2420 /sci-libs/mathgl | |
parent | Stable for HPPA (bug #430430). (diff) | |
download | gentoo-2-d7fdd8383568021ad89c39160354d6fa33c18b17.tar.gz gentoo-2-d7fdd8383568021ad89c39160354d6fa33c18b17.tar.bz2 gentoo-2-d7fdd8383568021ad89c39160354d6fa33c18b17.zip |
Fixed for qt4 flag, thanks Egor Y. Egorov, bug #430560
(Portage version: 2.2.0_alpha120/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 | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sci-libs/mathgl/ChangeLog b/sci-libs/mathgl/ChangeLog index 55f01f1ded16..3cbfa1282027 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.31 2012/08/09 16:07:53 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/ChangeLog,v 1.32 2012/08/10 00:20:48 bicatali Exp $ + + 10 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> mathgl-2.0.3.ebuild: + Fixed for qt4 flag, thanks Egor Y. Egorov, bug #430560 09 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> mathgl-2.0.3.ebuild: Forced png flag for pdf, bug #430584 diff --git a/sci-libs/mathgl/mathgl-2.0.3.ebuild b/sci-libs/mathgl/mathgl-2.0.3.ebuild index 041ad0b9f946..18a7a8914848 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.4 2012/08/09 16:07:53 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/mathgl/mathgl-2.0.3.ebuild,v 1.5 2012/08/10 00:20:48 bicatali Exp $ EAPI=4 @@ -89,6 +89,7 @@ src_configure() { $(cmake-utils_use opengl enable-opengl) $(cmake-utils_use pdf enable-pdf) $(cmake-utils_use png enable-png) + $(cmake-utils_use qt4 enable-qt) $(cmake-utils_use threads enable-pthread) $(cmake-utils_use python enable-python) $(cmake-utils_use wxwidgets enable-wx) |