diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-02-07 21:58:53 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-02-07 21:58:53 +0000 |
commit | afb0b2f6a3d0dec97ba521230d62d0f9b9e0cd01 (patch) | |
tree | 615e36157bca77a49d7a0c35e26b4b5855e3c4cf /eclass | |
parent | a704e825f55e39189114ffabe2634acee9ec0164 (diff) |
gentoo auto-resync : 07:02:2024 - 21:58:53
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/Manifest.gz | bin | 39126 -> 39123 bytes | |||
-rw-r--r-- | eclass/plasma.kde.org.eclass | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/eclass/Manifest.gz b/eclass/Manifest.gz Binary files differindex ddd05ee612d7..33e99f13acc7 100644 --- a/eclass/Manifest.gz +++ b/eclass/Manifest.gz 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)/" ;; |