diff options
author | 2023-06-21 12:00:54 +0200 | |
---|---|---|
committer | 2023-06-22 18:03:04 +0200 | |
commit | ef4c082a5c44e00177298608bae6e2e00b65108f (patch) | |
tree | 129f150bd574291bf428fda75db2961ee48a2fc4 /eclass/plasma.kde.org.eclass | |
parent | kde-plasma/kscreenlocker: Drop false positive QtX11Extras slot op (diff) | |
download | kde-ef4c082a5c44e00177298608bae6e2e00b65108f.tar.gz kde-ef4c082a5c44e00177298608bae6e2e00b65108f.tar.bz2 kde-ef4c082a5c44e00177298608bae6e2e00b65108f.zip |
plasma.kde.org.eclass: Better restrict unstable version def
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/plasma.kde.org.eclass')
-rw-r--r-- | eclass/plasma.kde.org.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass index 8fcf087896..367ad94a61 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" ;; |