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 F1C29158094 for ; Sat, 9 Jul 2022 12:53:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1E104E0867; Sat, 9 Jul 2022 12:53:00 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 0533DE0867 for ; Sat, 9 Jul 2022 12:53:00 +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 0CB85340CCF for ; Sat, 9 Jul 2022 12:52:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 866213C7 for ; Sat, 9 Jul 2022 12:52:57 +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: <1657356248.8daccdd8d9fc41d56fb880a555dd6d79bf03f940.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-workspace/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild X-VCS-Directories: kde-plasma/plasma-workspace/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8daccdd8d9fc41d56fb880a555dd6d79bf03f940 X-VCS-Branch: master Date: Sat, 9 Jul 2022 12:52:57 +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: 1a78e800-41d4-45ec-aba7-824c51204d39 X-Archives-Hash: ac394a9a1c693be6dccf2278410267c8 commit: 8daccdd8d9fc41d56fb880a555dd6d79bf03f940 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jul 9 08:44:08 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jul 9 08:44:08 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8daccdd8 kde-plasma/plasma-workspace: Make use of new ecm_punt_bogus_dep mode Makes that look less awkward. Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild index bb5cdae2f1..0aa8c40df4 100644 --- a/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-plasma/plasma-workspace/plasma-workspace-9999.ebuild @@ -170,7 +170,7 @@ src_prepare() { # TODO: try to get a build switch upstreamed if ! use screencast; then - ecm_punt_bogus_dep K PipeWire + ecm_punt_bogus_dep KPipeWire sed -e "s/^pkg_check_modules.*PipeWire/#&/" -i CMakeLists.txt || die fi