From d7fdd8383568021ad89c39160354d6fa33c18b17 Mon Sep 17 00:00:00 2001 From: Sebastien Fabbro Date: Fri, 10 Aug 2012 00:20:48 +0000 Subject: Fixed for qt4 flag, thanks Egor Y. Egorov, bug #430560 (Portage version: 2.2.0_alpha120/cvs/Linux x86_64) --- sci-libs/mathgl/ChangeLog | 5 ++++- sci-libs/mathgl/mathgl-2.0.3.ebuild | 3 ++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'sci-libs/mathgl') 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 mathgl-2.0.3.ebuild: + Fixed for qt4 flag, thanks Egor Y. Egorov, bug #430560 09 Aug 2012; Sébastien Fabbro 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) -- cgit v1.2.3-65-gdbad