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 A22C315800F for ; Thu, 12 Jan 2023 11:07:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D10A9E0948; Thu, 12 Jan 2023 11:07:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AE572E0948 for ; Thu, 12 Jan 2023 11:07:01 +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 533E333BF0B for ; Thu, 12 Jan 2023 11:07:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 645F67F4 for ; Thu, 12 Jan 2023 11:06:58 +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: <1673519578.221204e159d4ed42ee69ba871a59147f1a7a8a74.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild X-VCS-Directories: kde-plasma/plasma-desktop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 221204e159d4ed42ee69ba871a59147f1a7a8a74 X-VCS-Branch: master Date: Thu, 12 Jan 2023 11:06:58 +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: 329a340a-162d-486f-8c9d-4857ee586aaf X-Archives-Hash: 70028874ad6975b2f656dbbbbe583488 commit: 221204e159d4ed42ee69ba871a59147f1a7a8a74 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 12 10:32:58 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Jan 12 10:32:58 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=221204e1 kde-plasma/plasma-desktop: Drop IUSE telemetry Upstream commits: e05dbf646c8259b56b39ad72d5938fed101b5720 ac5f778e10784b77a3c9e70adcc851d8f1a30f9d Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild index 61ab2b6e68..439e0938d9 100644 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild @@ -18,7 +18,7 @@ SRC_URI+=" https://dev.gentoo.org/~asturm/distfiles/${XORGHDRS}.tar.xz" LICENSE="GPL-2" # TODO: CHECK SLOT="5" KEYWORDS="" -IUSE="ibus +kaccounts scim screencast +semantic-desktop telemetry" +IUSE="ibus +kaccounts scim screencast +semantic-desktop" COMMON_DEPEND=" dev-libs/wayland @@ -94,7 +94,6 @@ COMMON_DEPEND=" ) scim? ( app-i18n/scim ) semantic-desktop? ( >=kde-frameworks/baloo-${KFMIN}:5 ) - telemetry? ( dev-libs/kuserfeedback:5 ) " DEPEND="${COMMON_DEPEND} >=dev-libs/wayland-protocols-1.25 @@ -152,7 +151,6 @@ src_configure() { $(cmake_use_find_package kaccounts AccountsQt5) $(cmake_use_find_package kaccounts KAccounts) $(cmake_use_find_package semantic-desktop KF5Baloo) - $(cmake_use_find_package telemetry KUserFeedback) ) ecm_src_configure