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 91D01138334 for ; Sat, 20 Apr 2019 23:30:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 446A5E099E; Sat, 20 Apr 2019 23:30:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1B781E09B5 for ; Sat, 20 Apr 2019 23:30:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 8D43434218F for ; Sat, 20 Apr 2019 20:10:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E51525A9 for ; Sat, 20 Apr 2019 20:10:40 +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: <1555791017.7f9ac40b58c3552941b5ce9860fef70fb3d3a5fb.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtwebengine/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtwebengine/qtwebengine-5.12.3.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 7f9ac40b58c3552941b5ce9860fef70fb3d3a5fb X-VCS-Branch: master Date: Sat, 20 Apr 2019 20:10:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6d2d81d4-b015-4219-990d-176e888c3d9f X-Archives-Hash: 5c2fe581bd298148ce6eed8ea954042c commit: 7f9ac40b58c3552941b5ce9860fef70fb3d3a5fb Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 20 20:00:59 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Apr 20 20:10:17 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=7f9ac40b dev-qt/qtwebengine: Block broken sys-devel/binutils-2.32-r0 Bug: https://bugs.gentoo.org/683794 Package-Manager: Portage-2.3.64, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtwebengine/qtwebengine-5.12.3.ebuild | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.12.3.ebuild b/dev-qt/qtwebengine/qtwebengine-5.12.3.ebuild index 48fcb535..0f4f9529 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.12.3.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.12.3.ebuild @@ -15,7 +15,7 @@ IUSE="alsa bindist designer geolocation jumbo-build pax_kernel pulseaudio +system-ffmpeg +system-icu widgets" REQUIRED_USE="designer? ( widgets )" -RDEPEND=" +COMMON_DEPEND=" app-arch/snappy:= dev-libs/glib:2 dev-libs/nspr @@ -69,7 +69,7 @@ RDEPEND=" ~dev-qt/qtwidgets-${PV} ) " -DEPEND="${RDEPEND} +DEPEND="${COMMON_DEPEND} ${PYTHON_DEPS} >=app-arch/gzip-1.7 dev-util/gperf @@ -78,6 +78,9 @@ DEPEND="${RDEPEND} sys-devel/bison pax_kernel? ( sys-apps/elfix ) " +RDEPEND="${COMMON_DEPEND} + !!=sys-devel/binutils-2.32-r0 +" PATCHES+=( "${FILESDIR}/${PN}-5.12.0-nouveau-disable-gpu.patch" # bug 609752