commit:     853e413a3e89272a5828a6259d017e42df5ec857
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 27 13:56:20 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Feb 28 13:53:40 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=853e413a

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 <asturm <AT> gentoo.org>

 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
 

Reply via email to