summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-03-11 16:36:03 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-03-19 02:01:41 +0100
commitfef3874a021a046eccea642611add8c875e2e632 (patch)
tree4334ac10f599740b2f71c83786643ff0cb3d706b /eclass
parentkde-apps: Drop KDE Applications 19.08.3 (diff)
downloadgentoo-fef3874a021a046eccea642611add8c875e2e632.tar.gz
gentoo-fef3874a021a046eccea642611add8c875e2e632.tar.bz2
gentoo-fef3874a021a046eccea642611add8c875e2e632.zip
kde.org.eclass: Drop kde-apps-19.08.3 support, prepare for release-service beta
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r--eclass/kde.org.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 2776b5b972f2..bb9bd618eb2e 100644
--- 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