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 CC79F139695 for ; Sun, 14 May 2017 02:15:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB2EBE0C64; Sun, 14 May 2017 02:15:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D850E0C64 for ; Sun, 14 May 2017 02:15:07 +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 711463416B9 for ; Sun, 14 May 2017 02:15:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE5634EBE for ; Sun, 14 May 2017 02:15:04 +0000 (UTC) From: "Davide Pesavento" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Davide Pesavento" Message-ID: <1494723402.d73da08732b764d5067cda4154c9a6735feab44c.pesa@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.9.0_beta3.ebuild dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild dev-qt/qtwebengine/qtwebengine-5.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: pesa X-VCS-Committer-Name: Davide Pesavento X-VCS-Revision: d73da08732b764d5067cda4154c9a6735feab44c X-VCS-Branch: master Date: Sun, 14 May 2017 02:15:04 +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: 3e841e25-e00c-49d4-9373-5585c271ec33 X-Archives-Hash: 3c379ace99942bd6a355d8b4599c1548 commit: d73da08732b764d5067cda4154c9a6735feab44c Author: Jimi Huotari gentoo org> AuthorDate: Sun May 14 00:41:17 2017 +0000 Commit: Davide Pesavento gentoo org> CommitDate: Sun May 14 00:56:42 2017 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d73da087 dev-qt/qtwebengine: Remove the removal of bundled ICU sources. Compilation fails without the bundled ICU sources, because according to upstream, they also have the build scripts for using system ICU, and it does a weird thing of shadowing the system headers over the bundled ones, so they have to be there. Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-qt/qtwebengine/qtwebengine-5.9.0_beta3.ebuild | 5 ----- dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild | 5 ----- dev-qt/qtwebengine/qtwebengine-5.9999.ebuild | 5 ----- 3 files changed, 15 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.9.0_beta3.ebuild b/dev-qt/qtwebengine/qtwebengine-5.9.0_beta3.ebuild index 38c2fcf0..72750bde 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.9.0_beta3.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.9.0_beta3.ebuild @@ -74,11 +74,6 @@ DEPEND="${RDEPEND} src_prepare() { use pax_kernel && PATCHES+=( "${FILESDIR}/${PN}-paxmark-mksnapshot.patch" ) - if use system-icu; then - # ensure build against system headers - bug #601264 - rm -r src/3rdparty/chromium/third_party/icu/source || die - fi - qt_use_disable_mod geolocation positioning \ src/core/core_common.pri \ src/core/core_chromium.pri \ diff --git a/dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild index 38c2fcf0..72750bde 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.9.9999.ebuild @@ -74,11 +74,6 @@ DEPEND="${RDEPEND} src_prepare() { use pax_kernel && PATCHES+=( "${FILESDIR}/${PN}-paxmark-mksnapshot.patch" ) - if use system-icu; then - # ensure build against system headers - bug #601264 - rm -r src/3rdparty/chromium/third_party/icu/source || die - fi - qt_use_disable_mod geolocation positioning \ src/core/core_common.pri \ src/core/core_chromium.pri \ diff --git a/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild index 38c2fcf0..72750bde 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.9999.ebuild @@ -74,11 +74,6 @@ DEPEND="${RDEPEND} src_prepare() { use pax_kernel && PATCHES+=( "${FILESDIR}/${PN}-paxmark-mksnapshot.patch" ) - if use system-icu; then - # ensure build against system headers - bug #601264 - rm -r src/3rdparty/chromium/third_party/icu/source || die - fi - qt_use_disable_mod geolocation positioning \ src/core/core_common.pri \ src/core/core_chromium.pri \