From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 98A691382C5 for ; Wed, 31 Jan 2018 00:47:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 99C51E0B4A; Wed, 31 Jan 2018 00:47:02 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7986CE0B4A for ; Wed, 31 Jan 2018 00:47:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0A9B5335C5C for ; Wed, 31 Jan 2018 00:47:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BE7D1C3 for ; Wed, 31 Jan 2018 00:46:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1517359546.c3f06fdd6dc71c5f125f9da80c5f4fcd7e53839f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.7.1-r2.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c3f06fdd6dc71c5f125f9da80c5f4fcd7e53839f X-VCS-Branch: master Date: Wed, 31 Jan 2018 00:46:59 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c351f451-de99-49c8-8821-595bb0edb721 X-Archives-Hash: 20c39945574b2c93e48d9f4e38ec8586 commit: c3f06fdd6dc71c5f125f9da80c5f4fcd7e53839f Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jan 30 23:30:39 2018 +0000 Commit: Andreas Sturmlechner gentoo 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? (