Skip to content

Commit

Permalink
gear.kde.org.eclass: Add post-24.02 release SLOT=5 blocklist
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Jan 7, 2024
1 parent fd7e35b commit f5272ad
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions eclass/gear.kde.org.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -241,4 +241,35 @@ if $(ver_test -gt 24.01.75); then
esac
fi

# list of applications ported to KF6 post-24.02 in SLOT=6 having to block SLOT=5
if $(ver_test -gt 24.03.75); then
case ${PN} in
ffmpegthumbs | \
gwenview | \
itinerary | \
k3b | \
kdeedu-data | \
kimagemapeditor | \
kio-gdrive | \
kmplot | \
kolourpaint | \
kompare | \
kopeninghours | \
kosmindoormap | \
kpublictransport | \
krdc | \
ksanecore | \
libkeduvocdocument | \
libkomparediff2 | \
libksane | \
minuet | \
signon-kwallet-extension | \
skanlite | \
skanpage | \
step)
RDEPEND+=" !${CATEGORY}/${PN}:5" ;;
*) ;;
esac
fi

fi

0 comments on commit f5272ad

Please sign in to comment.