diff options
author | Davide Pesavento <pesa@gentoo.org> | 2017-03-18 17:44:57 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-03-18 17:46:02 +1100 |
commit | efdcc72fba7a1140422277426d2cca29c24f5e23 (patch) | |
tree | 04095bbca4613e01e0e7640ec6e6f610466c7550 /eclass/qt5-build.eclass | |
parent | dev-qt/qtcore: remove old revision (diff) | |
download | gentoo-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.eclass | 3 |
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 |