commit: d4f5dd7b5ec80e591f9305c9b1bd114fe1678ee7
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 3 17:31:13 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 7 10:21:38 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=d4f5dd7b
kde-frameworks/kwallet: Drop pointless slot pinning from optfeature
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-frameworks/kwallet/kwallet-6.6.0.ebuild | 4 ++--
kde-frameworks/kwallet/kwallet-9999.ebuild | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/kde-frameworks/kwallet/kwallet-6.6.0.ebuild
b/kde-frameworks/kwallet/kwallet-6.6.0.ebuild
index e6425e528f..88398dda0f 100644
--- a/kde-frameworks/kwallet/kwallet-6.6.0.ebuild
+++ b/kde-frameworks/kwallet/kwallet-6.6.0.ebuild
@@ -44,8 +44,8 @@ src_configure() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- optfeature "Auto-unlocking after account login"
"kde-plasma/kwallet-pam:6"
- optfeature "KWallet management" "kde-apps/kwalletmanager:6"
+ optfeature "Auto-unlocking after Plasma login"
"kde-plasma/kwallet-pam"
+ optfeature "KWallet management" "kde-apps/kwalletmanager"
elog "For more information, read
https://wiki.gentoo.org/wiki/KDE#KWallet"
fi
ecm_pkg_postinst
diff --git a/kde-frameworks/kwallet/kwallet-9999.ebuild
b/kde-frameworks/kwallet/kwallet-9999.ebuild
index 0ffc5378a9..c2b70b54c6 100644
--- a/kde-frameworks/kwallet/kwallet-9999.ebuild
+++ b/kde-frameworks/kwallet/kwallet-9999.ebuild
@@ -44,8 +44,8 @@ src_configure() {
pkg_postinst() {
if [[ -z "${REPLACING_VERSIONS}" ]]; then
- optfeature "Auto-unlocking after account login"
"kde-plasma/kwallet-pam:6"
- optfeature "KWallet management" "kde-apps/kwalletmanager:6"
+ optfeature "Auto-unlocking after Plasma login"
"kde-plasma/kwallet-pam"
+ optfeature "KWallet management" "kde-apps/kwalletmanager"
elog "For more information, read
https://wiki.gentoo.org/wiki/KDE#KWallet"
fi
ecm_pkg_postinst