summaryrefslogtreecommitdiff
path: root/eclass/frameworks.kde.org.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/frameworks.kde.org.eclass')
-rw-r--r--eclass/frameworks.kde.org.eclass8
1 files changed, 7 insertions, 1 deletions
diff --git a/eclass/frameworks.kde.org.eclass b/eclass/frameworks.kde.org.eclass
index 248edede2e5..19db30352fe 100644
--- a/eclass/frameworks.kde.org.eclass
+++ b/eclass/frameworks.kde.org.eclass
@@ -69,7 +69,13 @@ case ${KDE_BUILD_TYPE} in
;;
*)
if [[ -z ${KDE_ORG_COMMIT} ]]; then
- _KDE_SRC_URI+="stable/frameworks/$(ver_cut 1-2)/"
+ 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
case ${KDE_ORG_NAME} in
kdelibs4support | \
kdesignerplugin | \