diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-19 01:40:30 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-08-21 22:53:49 +0200 |
commit | ea7a95f98e45c8e5e3abd3a486fd7363a18b4c41 (patch) | |
tree | 90091c11abde30dca343c305d561d29b26891d8d /eclass | |
parent | Documentation: Add new *-common packages to KDE Gear and Frameworks (diff) | |
download | kde-ea7a95f98e45c8e5e3abd3a486fd7363a18b4c41.tar.gz kde-ea7a95f98e45c8e5e3abd3a486fd7363a18b4c41.tar.bz2 kde-ea7a95f98e45c8e5e3abd3a486fd7363a18b4c41.zip |
kde-apps/libkcompactdisc: Block SLOT 5 unconditionally
The only revdep is blocking the other slot as well.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gear.kde.org.eclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass index 727f1c4ed0..d36b7bddf4 100644 --- a/eclass/gear.kde.org.eclass +++ b/eclass/gear.kde.org.eclass @@ -255,6 +255,7 @@ if $(ver_test -gt 24.04.75); then itinerary | \ kio-perldoc | \ kolourpaint | \ + libkcompactdisc | \ signon-kwallet-extension) RDEPEND+=" !${CATEGORY}/${PN}:5" ;; *) ;; |