commit: 89139dcee2b0938ffae80717c507994cc8937088
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 6 03:36:05 2019 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 17:28:12 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89139dce
kde.org.eclass: Add release-service SRC_URI
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/kde.org.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 7482a48afc8..5735de7ee7f 100644
--- a/eclass/kde.org.eclass
+++ b/eclass/kde.org.eclass
@@ -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)