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 8870115838C for ; Sun, 21 Jan 2024 21:37:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 756CDE2A01; Sun, 21 Jan 2024 21:37:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 5FD0AE2A01 for ; Sun, 21 Jan 2024 21:37:35 +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 9E89F343266 for ; Sun, 21 Jan 2024 21:37:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37B0914BD for ; Sun, 21 Jan 2024 21:37:33 +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: <1705873010.3619df211e9c802f1bd3d40a050227229a3471e1.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-plasma/plasma-welcome/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-plasma/plasma-welcome/plasma-welcome-5.27.10.ebuild X-VCS-Directories: kde-plasma/plasma-welcome/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3619df211e9c802f1bd3d40a050227229a3471e1 X-VCS-Branch: master Date: Sun, 21 Jan 2024 21:37:33 +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: 586d897a-05d2-4111-82c3-6f3065ffedc5 X-Archives-Hash: 158542443d834ae688bbec29342e0b1f commit: 3619df211e9c802f1bd3d40a050227229a3471e1 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 21 21:21:04 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 21 21:36:50 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3619df21 kde-plasma/plasma-welcome: Do not enable IUSE kaccounts by default KDE-bug: https://bugs.kde.org/show_bug.cgi?id=471380 See also: https://discuss.kde.org/t/why-does-every-kde-pim-program-have-its-own-account-configuration-ui-why-no-kcm-for-that/6803 Bug: https://bugs.gentoo.org/920914 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/plasma-welcome/plasma-welcome-5.27.10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-plasma/plasma-welcome/plasma-welcome-5.27.10.ebuild b/kde-plasma/plasma-welcome/plasma-welcome-5.27.10.ebuild index 05dceea0a664..e9f2c0fdc96a 100644 --- a/kde-plasma/plasma-welcome/plasma-welcome-5.27.10.ebuild +++ b/kde-plasma/plasma-welcome/plasma-welcome-5.27.10.ebuild @@ -12,7 +12,7 @@ DESCRIPTION="A friendly onboarding wizard for Plasma" LICENSE="GPL-2+" SLOT="5" KEYWORDS="amd64 ~arm arm64 ~loong ~ppc64 ~riscv x86" -IUSE="discover +kaccounts telemetry" +IUSE="discover kaccounts telemetry" DEPEND=" >=dev-qt/qtdeclarative-${QTMIN}:5[widgets]