summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2017-03-18 17:44:57 +1100
committerMichael Palimaka <kensington@gentoo.org>2017-03-18 17:46:02 +1100
commitefdcc72fba7a1140422277426d2cca29c24f5e23 (patch)
tree04095bbca4613e01e0e7640ec6e6f610466c7550 /eclass/qt5-build.eclass
parentdev-qt/qtcore: remove old revision (diff)
downloadgentoo-efdcc72fba7a1140422277426d2cca29c24f5e23.tar.gz
gentoo-efdcc72fba7a1140422277426d2cca29c24f5e23.tar.bz2
gentoo-efdcc72fba7a1140422277426d2cca29c24f5e23.zip
dev-qt/qtcore: move system-doubleconversion handling to the eclass
Gentoo-bug: 581054
Diffstat (limited to 'eclass/qt5-build.eclass')
-rw-r--r--eclass/qt5-build.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass
index a47752b545f0..4dcd4f29175f 100644
--- a/eclass/qt5-build.eclass
+++ b/eclass/qt5-build.eclass
@@ -564,8 +564,7 @@ qt5_base_configure() {
# prefer system libraries (only common hard deps here)
-system-zlib
-system-pcre
- # TODO after bug 581054
- #$([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo -system-doubleconversion)
+ $([[ ${QT5_MINOR_VERSION} -ge 7 ]] && echo -system-doubleconversion)
# disable everything to prevent automagic deps (part 1)
-no-mtdev