From: Davide Pesavento Date: Wed, 15 Mar 2017 00:23:12 +0000 (+0100) Subject: qt5-build.eclass: cleanup iconv handling X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=78d6f0fab21a8c806f399b1d47a44efed35f4b4f;p=gentoo.git qt5-build.eclass: cleanup iconv handling --- diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 6f46b2e7b8d4..f905a7ab2733 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -612,7 +612,8 @@ qt5_base_configure() { -verbose # always enable iconv support - -iconv + # since 5.8 this is handled in qtcore + $([[ ${QT5_MINOR_VERSION} -lt 8 ]] && echo -iconv) # disable everything to prevent automagic deps (part 3) -no-cups -no-evdev -no-tslib -no-icu -no-fontconfig -no-dbus