diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-27 14:54:59 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-02-28 14:53:40 +0100 |
commit | bebb49106db4996395c8a01a957f2daadf1a91cd (patch) | |
tree | 41aa015d07ded2750d661b8c4ec1ba4767b35d5c /eclass | |
parent | profiles: Cleanup KDE Plasma 6 RC, KF6 RC package.mask (diff) | |
download | gentoo-bebb49106db4996395c8a01a957f2daadf1a91cd.tar.gz gentoo-bebb49106db4996395c8a01a957f2daadf1a91cd.tar.bz2 gentoo-bebb49106db4996395c8a01a957f2daadf1a91cd.zip |
frameworks.kde.org.eclass: Unsupport unstable release SRC_URIs
Will not appear again until KF7.
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/frameworks.kde.org.eclass | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/eclass/frameworks.kde.org.eclass b/eclass/frameworks.kde.org.eclass index 19db30352fee..53811e339976 100644 --- a/eclass/frameworks.kde.org.eclass +++ b/eclass/frameworks.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: frameworks.kde.org.eclass @@ -69,13 +69,7 @@ case ${KDE_BUILD_TYPE} in ;; *) if [[ -z ${KDE_ORG_COMMIT} ]]; then - case ${PV} in - 5.2[4-9]?.? ) - _KDE_SRC_URI+="unstable/frameworks/$(ver_cut 1-3)/" - RESTRICT+=" mirror" - ;; - *) _KDE_SRC_URI+="stable/frameworks/$(ver_cut 1-2)/" ;; - esac + _KDE_SRC_URI+="stable/frameworks/$(ver_cut 1-2)/" case ${KDE_ORG_NAME} in kdelibs4support | \ kdesignerplugin | \ |