dev-qt/qtcore: move system-doubleconversion handling to the eclass

Gentoo-bug: 581054
This commit is contained in:
Davide Pesavento
2017-03-18 17:44:57 +11:00
committed by Michael Palimaka
parent 4500248dda
commit efdcc72fba
2 changed files with 2 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ fi
IUSE="icu systemd"
# TODO after bug 581054: dev-libs/double-conversion:=
DEPEND="
dev-libs/double-conversion:=
dev-libs/glib:2
>=dev-libs/libpcre-8.38[pcre16,unicode]
>=sys-libs/zlib-1.2.5

View File

@@ -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