diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-21 22:21:04 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-01-21 22:36:50 +0100 |
commit | 3619df211e9c802f1bd3d40a050227229a3471e1 (patch) | |
tree | dd373208b098bf5c89f2579f225b65a8afda8b11 /kde-plasma | |
parent | kde-plasma/plasma-desktop: Do not enable IUSE kaccounts by default (diff) | |
download | gentoo-3619df211e9c802f1bd3d40a050227229a3471e1.tar.gz gentoo-3619df211e9c802f1bd3d40a050227229a3471e1.tar.bz2 gentoo-3619df211e9c802f1bd3d40a050227229a3471e1.zip |
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 <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-rw-r--r-- | kde-plasma/plasma-welcome/plasma-welcome-5.27.10.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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] |