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 42BE5138334 for ; Tue, 19 Feb 2019 16:58:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BA96E085B; Tue, 19 Feb 2019 16:58:37 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 341D7E085B for ; Tue, 19 Feb 2019 16:58:35 +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 7A624335CCD for ; Tue, 19 Feb 2019 16:58:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB9D2520 for ; Tue, 19 Feb 2019 16:58:30 +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: <1550587006.6a019e522aedc70362b4195592e17271b69d2b76.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.13.9999.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 6a019e522aedc70362b4195592e17271b69d2b76 X-VCS-Branch: master Date: Tue, 19 Feb 2019 16:58:30 +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: 726395f6-9b61-4cd9-a117-e11a699ecb6e X-Archives-Hash: 537997be8ad68432a263f52ceda625f7 commit: 6a019e522aedc70362b4195592e17271b69d2b76 Author: Jimi Huotari gentoo org> AuthorDate: Tue Feb 19 14:36:46 2019 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Tue Feb 19 14:36:46 2019 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6a019e52 dev-qt/qtwebengine: remove 'fixup-system-icu' from 5.13.9999 - https://code.qt.io/cgit/qt/qtwebengine.git/commit/?h=5.13&id=0e1ef598 Package-Manager: Portage-2.3.61, Repoman-2.3.12 Signed-off-by: Jimi Huotari gentoo.org> dev-qt/qtwebengine/qtwebengine-5.13.9999.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.13.9999.ebuild b/dev-qt/qtwebengine/qtwebengine-5.13.9999.ebuild index ff148cf7..cff56886 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.13.9999.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.13.9999.ebuild @@ -79,8 +79,6 @@ DEPEND="${RDEPEND} pax_kernel? ( sys-apps/elfix ) " -PATCHES=( "${FILESDIR}/${PN}-5.13.0-fixup-system-icu.patch" ) - src_prepare() { use pax_kernel && PATCHES+=( "${FILESDIR}/${PN}-5.11.2-paxmark-mksnapshot.patch" )