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 B0200158089 for ; Sat, 15 Jan 2022 15:06:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CB5352BC046; Sat, 15 Jan 2022 15:06:20 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7EB992BC046 for ; Sat, 15 Jan 2022 15:06:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 93F1B342D95 for ; Sat, 15 Jan 2022 15:06:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BAD312A3 for ; Sat, 15 Jan 2022 15:06:16 +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: <1642258504.137ca367b1e42608af982124e7a02288a44611a4.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/discover/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/discover/discover-9999.ebuild X-VCS-Directories: kde-plasma/discover/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 137ca367b1e42608af982124e7a02288a44611a4 X-VCS-Branch: master Date: Sat, 15 Jan 2022 15:06:16 +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: 5f2cb17b-55f5-475c-a892-dca6b20d9632 X-Archives-Hash: d74aaec757cc70bdde56585ae0c02858 commit: 137ca367b1e42608af982124e7a02288a44611a4 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Jan 15 14:55:04 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Jan 15 14:55:04 2022 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=137ca367 kde-plasma/discover: Disable unused deps Upstream commits: fee7bd64ed416911f04500439faa5122d63510d2 9fca9283dac2531471057ec782dd0ec4f8e513fb Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/discover/discover-9999.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kde-plasma/discover/discover-9999.ebuild b/kde-plasma/discover/discover-9999.ebuild index d84f723088..7ea0d466e9 100644 --- a/kde-plasma/discover/discover-9999.ebuild +++ b/kde-plasma/discover/discover-9999.ebuild @@ -62,6 +62,10 @@ src_prepare() { ecm_src_prepare # we don't need it with PackageKitBackend off ecm_punt_kf_module Archive + # we don't do anything with this + sed -e "s/^pkg_check_modules.*RpmOstree/#&/" \ + -e "s/^pkg_check_modules.*Ostree/#&/" \ + -i CMakeLists.txt || die } src_configure() {