Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 430560 - sci-libs/mathgl-2.0.3: USE=qt4 broken
Summary: sci-libs/mathgl-2.0.3: USE=qt4 broken
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Andrey Grozin
URL:
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2012-08-09 09:04 UTC by Egor Y. Egorov
Modified: 2012-08-10 00:21 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Y. Egorov 2012-08-09 09:04:47 UTC
patch to ebuild:

diff --git a/sci-libs/mathgl/mathgl-2.0.3.ebuild b/sci-libs/mathgl/mathgl-2.0.3.ebuild
index f48b678..bfe1f66 100644
--- a/sci-libs/mathgl/mathgl-2.0.3.ebuild
+++ b/sci-libs/mathgl/mathgl-2.0.3.ebuild
@@ -96,6 +96,7 @@ src_configure() {
                $(cmake-utils_use python enable-python)
                $(cmake-utils_use wxwidgets enable-wx)
                $(cmake-utils_use zlib enable-zlib)
+               $(cmake-utils_use qt4 enable-qt)
        )
        cmake-utils_src_configure
        # to whoever cares: TODO: do for multiple python ABI


Reproducible: Always
Comment 1 Sébastien Fabbro (RETIRED) gentoo-dev 2012-08-10 00:21:07 UTC
+  10 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> mathgl-2.0.3.ebuild:
+  Fixed for qt4 flag, thanks Egor Y. Egorov, bug #430560
+