diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-22 23:04:42 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-04-22 23:05:26 +0200 |
commit | 533c79980981f12937f2a8b4d94a8255f792e318 (patch) | |
tree | 144a744df4d9a790d44fd9fa14eb9b8d0e1db311 /eclass | |
parent | kde-apps/signon-kwallet-extension: Switch to KF6 for 24.05 (diff) | |
download | kde-533c79980981f12937f2a8b4d94a8255f792e318.tar.gz kde-533c79980981f12937f2a8b4d94a8255f792e318.tar.bz2 kde-533c79980981f12937f2a8b4d94a8255f792e318.zip |
gear.kde.org.eclass: Re-add signon-kwallet-extension to SLOT=5 blocklist
It just makes no sense the other way, even if upstream has not declared it
"KF6-only" officially.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gear.kde.org.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass index 04e5df8c73..8c84fbfc29 100644 --- a/eclass/gear.kde.org.eclass +++ b/eclass/gear.kde.org.eclass @@ -257,7 +257,8 @@ if $(ver_test -gt 24.04.75); then audex | \ itinerary | \ kio-perldoc | \ - kolourpaint) + kolourpaint | \ + signon-kwallet-extension) RDEPEND+=" !${CATEGORY}/${PN}:5" ;; *) ;; esac @@ -277,7 +278,6 @@ if $(ver_test -gt 24.07.75); then libkomparediff2 | \ libksane | \ minuet | \ - signon-kwallet-extension | \ skanlite | \ step) RDEPEND+=" !${CATEGORY}/${PN}:5" ;; |