kde.org.eclass: Add release-service SRC_URI
authorAndreas Sturmlechner <asturm@gentoo.org>
Fri, 6 Dec 2019 03:36:05 +0000 (04:36 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 12 Dec 2019 17:28:12 +0000 (18:28 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde.org.eclass

index 7482a48afc8284bef06290102fe1d825704fd625..5735de7ee7f3edb4c05ea39a08eede9b8c3c3f1a 100644 (file)
@@ -101,7 +101,8 @@ _kde.org_calculate_src_uri() {
                                        _src_uri+="unstable/applications/${PV}/src/"
                                        RESTRICT+=" mirror"
                                        ;;
-                               *) _src_uri+="stable/applications/${PV}/src/" ;;
+                               19.08.3? ) _src_uri+="stable/applications/${PV}/src/" ;;
+                               *) _src_uri+="stable/release-service/${PV}/src/" ;;
                        esac
                        ;;
                kde-frameworks)