diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-03 19:31:13 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-04 08:55:35 +0200 |
commit | c9e081a3612efa1efebf718c4181277ddcc7e6c4 (patch) | |
tree | 0bf8fe4d6b25c91df9602e928bbc8768e57c9b23 /kde-frameworks/kwallet | |
parent | profiles: Amend KDE PIM 5 mask message with KDE PIM 6 upgrade info (diff) | |
download | gentoo-c9e081a3612efa1efebf718c4181277ddcc7e6c4.tar.gz gentoo-c9e081a3612efa1efebf718c4181277ddcc7e6c4.tar.bz2 gentoo-c9e081a3612efa1efebf718c4181277ddcc7e6c4.zip |
kde-frameworks/kwallet: Drop pointless slot pinning from optfeature
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/kwallet')
-rw-r--r-- | kde-frameworks/kwallet/kwallet-5.116.0-r1.ebuild | 4 | ||||
-rw-r--r-- | kde-frameworks/kwallet/kwallet-5.116.0.ebuild | 4 | ||||
-rw-r--r-- | kde-frameworks/kwallet/kwallet-6.5.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/kde-frameworks/kwallet/kwallet-5.116.0-r1.ebuild b/kde-frameworks/kwallet/kwallet-5.116.0-r1.ebuild index 55bb6df3b0e4..c5e90ca90f32 100644 --- a/kde-frameworks/kwallet/kwallet-5.116.0-r1.ebuild +++ b/kde-frameworks/kwallet/kwallet-5.116.0-r1.ebuild @@ -52,8 +52,8 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "Auto-unlocking after account login" "kde-plasma/kwallet-pam:5" - optfeature "KWallet management" "kde-apps/kwalletmanager:5" + 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-5.116.0.ebuild b/kde-frameworks/kwallet/kwallet-5.116.0.ebuild index 02dd26354ef1..27b5ef66b083 100644 --- a/kde-frameworks/kwallet/kwallet-5.116.0.ebuild +++ b/kde-frameworks/kwallet/kwallet-5.116.0.ebuild @@ -52,8 +52,8 @@ src_configure() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "Auto-unlocking after account login" "kde-plasma/kwallet-pam:5" - optfeature "KWallet management" "kde-apps/kwalletmanager:5" + 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-6.5.0.ebuild b/kde-frameworks/kwallet/kwallet-6.5.0.ebuild index 6a94d819474f..005a05f2e2a1 100644 --- a/kde-frameworks/kwallet/kwallet-6.5.0.ebuild +++ b/kde-frameworks/kwallet/kwallet-6.5.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 |