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 DE8C61382C5 for ; Wed, 11 Apr 2018 12:56:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 07A8FE09DA; Wed, 11 Apr 2018 12:56:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D1426E09DA for ; Wed, 11 Apr 2018 12:56:03 +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 051E7335C74 for ; Wed, 11 Apr 2018 12:56:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7EB1B278 for ; Wed, 11 Apr 2018 12:56:00 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1523449813.d0793b1af1099f365764b4f1bdf5fb56e943675b.chiitoo@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.11.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: d0793b1af1099f365764b4f1bdf5fb56e943675b X-VCS-Branch: master Date: Wed, 11 Apr 2018 12:56:00 +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: 73ff8df6-d15a-4527-bf24-2dd322989f01 X-Archives-Hash: 36412b60ac869c6679fd7c039811a6a6 commit: d0793b1af1099f365764b4f1bdf5fb56e943675b Author: Jimi Huotari gentoo org> AuthorDate: Wed Apr 11 12:30:13 2018 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Wed Apr 11 12:30:13 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=d0793b1a dev-qt/qtwebengine: remove upstreamed ICU patches from 5.11.9999 Package-Manager: Portage-2.3.28, Repoman-2.3.9 dev-qt/qtwebengine/qtwebengine-5.11.9999.ebuild | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.11.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.11.9999.ebuild index 85042ae6..edbb26bd 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.11.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.11.9999.ebuild @@ -84,10 +84,7 @@ DEPEND="${RDEPEND} src_prepare() { use pax_kernel && PATCHES+=( "${FILESDIR}/${PN}-5.9.3-paxmark-mksnapshot.patch" ) use system-icu && has_version ">=dev-libs/icu-59" && \ - PATCHES+=( - "${WORKDIR}/${PN}-5.11.0-system-icu-build.patch" - "${WORKDIR}/${PN}-5.11.0-update-shim-headers.patch" - ) + PATCHES+=( "${WORKDIR}/${PN}-5.11.0-update-shim-headers.patch" ) # bug 620444 - ensure local headers are used find "${S}" -type f -name "*.pr[fio]" | xargs sed -i -e 's|INCLUDEPATH += |&$$QTWEBENGINE_ROOT/include |' || die