From 853e413a3e89272a5828a6259d017e42df5ec857 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Tue, 27 Feb 2024 14:56:20 +0100 Subject: plasma.kde.org.eclass: Unsupport versioning scheme of Plasma 6 Betas Won't appear again until Plasma 7. This reverts commit fcf516962acde10c69640181257600254f3dd752. Signed-off-by: Andreas Sturmlechner --- eclass/plasma.kde.org.eclass | 4 ---- 1 file changed, 4 deletions(-) diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass index 69f38cb526cc..491f1fcecc8c 100644 --- a/eclass/plasma.kde.org.eclass +++ b/eclass/plasma.kde.org.eclass @@ -67,10 +67,6 @@ elif [[ -z ${KDE_ORG_COMMIT} ]]; then _KDE_SRC_URI+="unstable/plasma/$(ver_cut 1-3)/" RESTRICT+=" mirror" ;; - 5.9?.[0-9]* ) - _KDE_SRC_URI+="unstable/plasma/$(ver_cut 1-2).0/" - RESTRICT+=" mirror" - ;; *) _KDE_SRC_URI+="stable/plasma/$(ver_cut 1-3)/" ;; esac -- cgit v1.2.3-65-gdbad