plasma.kde.org.eclass: support 6.x betas

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-05-25 06:55:09 +01:00
parent b98b5586de
commit e790e4d2c3

View File

@@ -63,7 +63,7 @@ if [[ ${KDE_BUILD_TYPE} == live ]]; then
fi
elif [[ -z ${KDE_ORG_COMMIT} ]]; then
case ${PV} in
5.??.[6-9][05]* )
5.??.[6-9][05]* | 6.?.[6-9][05]* )
_KDE_SRC_URI+="unstable/plasma/$(ver_cut 1-3)/"
RESTRICT+=" mirror"
;;