commit:     c3f06fdd6dc71c5f125f9da80c5f4fcd7e53839f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 30 23:30:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jan 31 00:45:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f06fdd

dev-qt/qtwebengine: 5.7.1-r2: Switch off USE=system-icu, fix dep

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 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtwebengine/qtwebengine-5.7.1-r2.ebuild 
b/dev-qt/qtwebengine/qtwebengine-5.7.1-r2.ebuild
index 78b06c03f6e..78b9daea288 100644
--- a/dev-qt/qtwebengine/qtwebengine-5.7.1-r2.ebuild
+++ b/dev-qt/qtwebengine/qtwebengine-5.7.1-r2.ebuild
@@ -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}

Reply via email to