| Summary: | sci-libs/mathgl-2.0.3: USE=qt4 broken | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Egor Y. Egorov <egorov_egor> |
| Component: | Current packages | Assignee: | Andrey Grozin <grozin> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | sci |
| Priority: | Normal | Keywords: | PATCH |
| Version: | unspecified | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
+ 10 Aug 2012; Sébastien Fabbro <bicatali@gentoo.org> mathgl-2.0.3.ebuild: + Fixed for qt4 flag, thanks Egor Y. Egorov, bug #430560 + |
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