projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5fe9ff5
)
kde.org.eclass: Add release-service SRC_URI
author
Andreas Sturmlechner
<asturm@gentoo.org>
Fri, 6 Dec 2019 03:36:05 +0000
(
04:36
+0100)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/eclass/kde.org.eclass
b/eclass/kde.org.eclass
index 7482a48afc8284bef06290102fe1d825704fd625..5735de7ee7f3edb4c05ea39a08eede9b8c3c3f1a 100644
(file)
--- 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)