projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
42ba2e7
)
kde.org.eclass: Drop kde-apps-19.08.3 support, prepare for release-service beta
author
Andreas Sturmlechner
<asturm@gentoo.org>
Wed, 11 Mar 2020 15:36:03 +0000
(16:36 +0100)
committer
Andreas Sturmlechner
<asturm@gentoo.org>
Thu, 19 Mar 2020 09:21:07 +0000
(10:21 +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 2776b5b972f229297c1501a2ad429097f420985f..bb9bd618eb2ec6b77e0556a52acdc2344756f19f 100644
(file)
--- a/
eclass/kde.org.eclass
+++ b/
eclass/kde.org.eclass
@@
-110,10
+110,9
@@
_kde.org_calculate_src_uri() {
if [[ ${KDE_RELEASE_SERVICE} = true ]]; then
case ${PV} in
??.??.[6-9]? )
- _src_uri+="unstable/
applications
/${PV}/src/"
+ _src_uri+="unstable/
release-service
/${PV}/src/"
RESTRICT+=" mirror"
;;
- 19.08.3? ) _src_uri+="stable/applications/${PV}/src/" ;;
*) _src_uri+="stable/release-service/${PV}/src/" ;;
esac
fi