diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-07 16:09:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-07 16:10:12 +0100 |
commit | 49fad4d4732824425036b02b6c480ba8a5913a25 (patch) | |
tree | 376ebcd2de7f09a0dc481112438d255dabba520b /eclass | |
parent | sys-apps/syd: drop 3.10.0, 3.11.0 (diff) | |
download | gentoo-49fad4d4732824425036b02b6c480ba8a5913a25.tar.gz gentoo-49fad4d4732824425036b02b6c480ba8a5913a25.tar.bz2 gentoo-49fad4d4732824425036b02b6c480ba8a5913a25.zip |
plasma.kde.org.eclass: Support Plasma 6 RC micro releases
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/plasma.kde.org.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/plasma.kde.org.eclass b/eclass/plasma.kde.org.eclass index 0e0c3e715571..69f38cb526cc 100644 --- a/eclass/plasma.kde.org.eclass +++ b/eclass/plasma.kde.org.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: plasma.kde.org.eclass @@ -67,8 +67,8 @@ 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)/" + 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)/" ;; |