dev-qt/qtwebengine: 5.7.1-r2: Switch off USE=system-icu, fix dep
authorAndreas Sturmlechner <asturm@gentoo.org>
Tue, 30 Jan 2018 23:30:39 +0000 (00:30 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Wed, 31 Jan 2018 00:45:46 +0000 (01:45 +0100)
Fix build and ease dependency resolution with a future stable icu-60.2.

Bug: https://bugs.gentoo.org/618648
Package-Manager: Portage-2.3.21, Repoman-2.3.6

dev-qt/qtwebengine/qtwebengine-5.7.1-r2.ebuild

index 78b06c03f6ec7a5d5fdcad572bbe1b8d55ca623f..78b9daea288451869e61b1e5bfb59ee4102ddd8e 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
        KEYWORDS="amd64 ~arm ~arm64 x86"
 fi
 
-IUSE="alsa bindist geolocation pax_kernel pulseaudio +system-ffmpeg +system-icu widgets"
+IUSE="alsa bindist geolocation pax_kernel pulseaudio +system-ffmpeg system-icu widgets"
 
 RDEPEND="
        app-arch/snappy:=
@@ -59,7 +59,7 @@ RDEPEND="
        geolocation? ( ~dev-qt/qtpositioning-${PV} )
        pulseaudio? ( media-sound/pulseaudio:= )
        system-ffmpeg? ( media-video/ffmpeg:0= )
-       system-icu? ( dev-libs/icu:= )
+       system-icu? ( <dev-libs/icu-59:= )
        widgets? ( ~dev-qt/qtwidgets-${PV} )
 "
 DEPEND="${RDEPEND}