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 93C55158013 for ; Thu, 7 Dec 2023 19:34:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45CBF2BC030; Thu, 7 Dec 2023 19:34:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 25C932BC030 for ; Thu, 7 Dec 2023 19:34:04 +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 3A26B3408F9 for ; Thu, 7 Dec 2023 19:34:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EBB51455 for ; Thu, 7 Dec 2023 19:34:00 +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: <1701977548.a7466e1471b0ff33d8e10fe878fe6e6c0fb61f95.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: a7466e1471b0ff33d8e10fe878fe6e6c0fb61f95 X-VCS-Branch: master Date: Thu, 7 Dec 2023 19:34:00 +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: 57f5cd49-b7ec-419e-93d1-6e91e371d508 X-Archives-Hash: cf698d5f7cef20e0d7c41a0de169f119 commit: a7466e1471b0ff33d8e10fe878fe6e6c0fb61f95 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 7 18:46:57 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 7 19:32:28 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=a7466e14 kde-plasma/discover: Drop IUSE snap for now Bug: https://bugs.gentoo.org/919416 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/discover/discover-9999.ebuild | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/kde-plasma/discover/discover-9999.ebuild b/kde-plasma/discover/discover-9999.ebuild index 9109ed5913..0cd3ff1826 100644 --- a/kde-plasma/discover/discover-9999.ebuild +++ b/kde-plasma/discover/discover-9999.ebuild @@ -14,7 +14,7 @@ HOMEPAGE="https://userbase.kde.org/Discover" LICENSE="GPL-2" # TODO: CHECK SLOT="6" KEYWORDS="" -IUSE="+firmware flatpak snap telemetry webengine" +IUSE="+firmware flatpak telemetry webengine" # snap: bug #919416 # libmarkdown (app-text/discount) only used in PackageKitBackend DEPEND=" @@ -39,13 +39,12 @@ DEPEND=" >=kde-frameworks/purpose-${KFMIN}:6 firmware? ( >=sys-apps/fwupd-1.9.4 ) flatpak? ( sys-apps/flatpak ) - snap? ( sys-libs/snapd-glib:=[qt6(-)] ) telemetry? ( >=kde-frameworks/kuserfeedback-${KFMIN}:6 ) webengine? ( >=dev-qt/qtwebview-${QTMIN}:6 ) " -RDEPEND="${DEPEND} - snap? ( app-containers/snapd ) -" +# snap? ( sys-libs/snapd-glib:=[qt6(-)] ) +RDEPEND="${DEPEND}" +# snap? ( app-containers/snapd ) BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:6" PATCHES=( "${FILESDIR}/${PN}-5.25.90-tests-optional.patch" ) @@ -71,7 +70,7 @@ src_configure() { -DBUILD_FlatpakBackend=$(usex flatpak) -DBUILD_FwupdBackend=$(usex firmware) -DBUILD_RpmOstreeBackend=OFF - -DBUILD_SnapBackend=$(usex snap) +# -DBUILD_SnapBackend=$(usex snap) -DBUILD_SteamOSBackend=OFF $(cmake_use_find_package telemetry KF6UserFeedback) $(cmake_use_find_package webengine Qt6WebView)