commit:     62e2868449f201e56dbf3c3dcfda1fd61c07e54b
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 10:00:54 2023 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 10:22:36 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62e28684

plasma.kde.org.eclass: Better restrict unstable version def

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/plasma.kde.org.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass
index 8fcf087896f1..367ad94a6139 100644
--- a/eclass/plasma.kde.org.eclass
+++ b/eclass/plasma.kde.org.eclass
@@ -53,7 +53,7 @@ if [[ ${KDE_BUILD_TYPE} == live ]]; then
        fi
 elif [[ -z ${KDE_ORG_COMMIT} ]]; then
        case ${PV} in
-               5.??.[6-9]?* )
+               5.??.[6-9][05]* )
                        _KDE_SRC_URI+="unstable/plasma/$(ver_cut 1-3)/"
                        RESTRICT+=" mirror"
                        ;;

Reply via email to