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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7B05158013 for ; Sat, 2 Dec 2023 20:00:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 338F22BC016; Sat, 2 Dec 2023 20:00:57 +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 05ADF2BC016 for ; Sat, 2 Dec 2023 20:00:57 +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 048DC335CB9 for ; Sat, 2 Dec 2023 20:00:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62AA5119 for ; Sat, 2 Dec 2023 20:00:54 +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: <1701547220.6100f9f829a46555de59d041b40ffb60983eb5fd.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-welcome/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild X-VCS-Directories: kde-plasma/plasma-welcome/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 6100f9f829a46555de59d041b40ffb60983eb5fd X-VCS-Branch: master Date: Sat, 2 Dec 2023 20:00:54 +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: b464194f-689b-4e33-8f0f-cf0a742bf4da X-Archives-Hash: 44d8a4b34ed94f40bafd5ba09dad00c2 commit: 6100f9f829a46555de59d041b40ffb60983eb5fd Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Dec 2 20:00:20 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Dec 2 20:00:20 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=6100f9f8 kde-plasma/plasma-welcome: Drop obsolete patch KAccounts disabled upstream for now. Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild index 801aefcce9..b081da8f77 100644 --- a/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild +++ b/kde-plasma/plasma-welcome/plasma-welcome-9999.ebuild @@ -13,7 +13,7 @@ DESCRIPTION="A friendly onboarding wizard for Plasma" LICENSE="GPL-2+" SLOT="6" KEYWORDS="" -IUSE="discover +kaccounts telemetry" +IUSE="discover telemetry" # +kaccounts DEPEND=" >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets] @@ -38,8 +38,6 @@ RDEPEND="${DEPEND} discover? ( kde-plasma/discover:6 ) " -PATCHES=( "${FILESDIR}/${PN}-5.27.4-kaccounts-optional.patch" ) - src_prepare() { ecm_src_prepare