diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-29 21:26:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-29 21:27:20 +0100 |
commit | fcf516962acde10c69640181257600254f3dd752 (patch) | |
tree | d66b95dc393f73e618900b672a08a3fedbb933ae /eclass | |
parent | plasma.kde.org.eclass: Add _PSLOT major version mapping, SLOT 5 blocker (diff) | |
download | kde-fcf516962acde10c69640181257600254f3dd752.tar.gz kde-fcf516962acde10c69640181257600254f3dd752.tar.bz2 kde-fcf516962acde10c69640181257600254f3dd752.zip |
plasma.kde.org.eclass: Support versioning scheme of Plasma 6 Betas
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/plasma.kde.org.eclass | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass index 8326a7b5ed..8a91155fc7 100644 --- a/eclass/plasma.kde.org.eclass +++ b/eclass/plasma.kde.org.eclass @@ -67,6 +67,10 @@ elif [[ -z ${KDE_ORG_COMMIT} ]]; then _KDE_SRC_URI+="unstable/plasma/$(ver_cut 1-3)/" RESTRICT+=" mirror" ;; + 5.9?.0* ) + _KDE_SRC_URI+="unstable/plasma/$(ver_cut 1-3)/" + RESTRICT+=" mirror" + ;; *) _KDE_SRC_URI+="stable/plasma/$(ver_cut 1-3)/" ;; esac |