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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C9F801581D3 for ; Tue, 21 May 2024 06:53:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4416E29B8; Tue, 21 May 2024 06:53:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C4CABE29B8 for ; Tue, 21 May 2024 06:53:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA8EE335C31 for ; Tue, 21 May 2024 06:53:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0176D1ACE for ; Tue, 21 May 2024 06:53:40 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1716274382.e66c77828f3a44486b6e6ba1fdff4b46bbe0ac52.ionen@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.15.13_p20240510.ebuild X-VCS-Directories: dev-qt/qtwebengine/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: e66c77828f3a44486b6e6ba1fdff4b46bbe0ac52 X-VCS-Branch: master Date: Tue, 21 May 2024 06:53: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: 092b3aee-6302-465e-93ea-416954cf95a6 X-Archives-Hash: 0937d550efbce25ad191901247ffab8d commit: e66c77828f3a44486b6e6ba1fdff4b46bbe0ac52 Author: Ionen Wolkens gentoo org> AuthorDate: Tue May 21 06:50:19 2024 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Tue May 21 06:53:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e66c7782 dev-qt/qtwebengine: restore chromium-drop-catapult patch (qt5) Hardly tested (I don't use qt5) but it should be better than leaving as-is. Closes: https://bugs.gentoo.org/931970 Signed-off-by: Ionen Wolkens gentoo.org> dev-qt/qtwebengine/qtwebengine-5.15.13_p20240510.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-qt/qtwebengine/qtwebengine-5.15.13_p20240510.ebuild b/dev-qt/qtwebengine/qtwebengine-5.15.13_p20240510.ebuild index e5b9b8f1660b..009eada0b8ec 100644 --- a/dev-qt/qtwebengine/qtwebengine-5.15.13_p20240510.ebuild +++ b/dev-qt/qtwebengine/qtwebengine-5.15.13_p20240510.ebuild @@ -152,8 +152,7 @@ src_unpack() { } src_prepare() { - rm "${WORKDIR}/${PATCHSET}"/010-build-without-python-2.patch \ - "${WORKDIR}/${PATCHSET}"/011-chromium-drop-catapult.patch || die + rm "${WORKDIR}/${PATCHSET}"/010-build-without-python-2.patch || die if [[ ${PV} == ${QT5_PV}_p* ]]; then # This is made from git, and for some reason will fail w/o .git directories.