mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-qt/qtcore: move system-doubleconversion handling to the eclass
Gentoo-bug: 581054
This commit is contained in:
committed by
Michael Palimaka
parent
4500248dda
commit
efdcc72fba
@@ -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
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user