diff options
author | 2024-02-27 14:56:20 +0100 | |
---|---|---|
committer | 2024-02-28 14:53:40 +0100 | |
commit | 853e413a3e89272a5828a6259d017e42df5ec857 (patch) | |
tree | 43ffa3bb9ad33655bfcff1c03ecb77e77885b1f3 /eclass | |
parent | frameworks.kde.org.eclass: Unsupport unstable release SRC_URIs (diff) | |
download | gentoo-853e413a3e89272a5828a6259d017e42df5ec857.tar.gz gentoo-853e413a3e89272a5828a6259d017e42df5ec857.tar.bz2 gentoo-853e413a3e89272a5828a6259d017e42df5ec857.zip |
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@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/plasma.kde.org.eclass | 4 |
1 files changed, 0 insertions, 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 |