diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2023-11-29 21:26:28 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2023-12-15 17:21:05 +0100 |
commit | 373f9addc3d313285041ca96b33d039fa4146694 (patch) | |
tree | 544ec1d5540d86c0961987e76f8b4443fcb20edd /eclass/plasma.kde.org.eclass | |
parent | plasma.kde.org.eclass: Add _PSLOT major version mapping, SLOT 5 blocker (diff) | |
download | gentoo-373f9addc3d313285041ca96b33d039fa4146694.tar.gz gentoo-373f9addc3d313285041ca96b33d039fa4146694.tar.bz2 gentoo-373f9addc3d313285041ca96b33d039fa4146694.zip |
plasma.kde.org.eclass: Support versioning scheme of Plasma 6 Betas
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/plasma.kde.org.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 8326a7b5ed3d..8a91155fc798 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 |