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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48AF9158083 for ; Thu, 12 Sep 2024 19:29:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 16CBAE29BE; Thu, 12 Sep 2024 19:29:53 +0000 (UTC) Received: from smtp.gentoo.org (mail.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0147E29C2 for ; Thu, 12 Sep 2024 19:29:52 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 822C8340DD9 for ; Thu, 12 Sep 2024 19:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6EF451F5D for ; Thu, 12 Sep 2024 19:29:47 +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: <1726169332.c6dc25fe5d326ebabd2090af625ee8197da03018.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/kdesu-gui/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/kdesu-gui/kdesu-gui-6.1.5.ebuild X-VCS-Directories: kde-plasma/kdesu-gui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c6dc25fe5d326ebabd2090af625ee8197da03018 X-VCS-Branch: master Date: Thu, 12 Sep 2024 19:29:47 +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: a3b3455d-b72b-48b3-8274-d2563db534fd X-Archives-Hash: 8826e8e78572335dee419a0898e500cc commit: c6dc25fe5d326ebabd2090af625ee8197da03018 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Sep 12 19:11:03 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Sep 12 19:28:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6dc25fe kde-plasma/kdesu-gui: Re-apply cmake.patch Closes: https://bugs.gentoo.org/939452 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kdesu-gui/kdesu-gui-6.1.5.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/kde-plasma/kdesu-gui/kdesu-gui-6.1.5.ebuild b/kde-plasma/kdesu-gui/kdesu-gui-6.1.5.ebuild index c4ba0b2f76d2..99081e35a177 100644 --- a/kde-plasma/kdesu-gui/kdesu-gui-6.1.5.ebuild +++ b/kde-plasma/kdesu-gui/kdesu-gui-6.1.5.ebuild @@ -33,7 +33,10 @@ RDEPEND="${DEPEND} sys-apps/dbus[X] " -PATCHES=( "${FILESDIR}/${PN}-6.1.5-build-only-kdesu.patch" ) +PATCHES=( + "${FILESDIR}/${PN}-6.1.5-build-only-kdesu.patch" # downstream split + "${FILESDIR}/${PN}-5.27.11-cmake.patch" # bug 939081, pending upstream MR +) src_prepare() { ecm_src_prepare