diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-11 16:36:03 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-03-19 10:21:07 +0100 |
commit | c84cacff999e58b945d0cb3b38dc1533fec380e8 (patch) | |
tree | b4c4c758a739d1b1c843868e1d7f9947263a6042 | |
parent | kde-apps: Drop KDE Applications 19.08.3 (diff) | |
download | gentoo-c84cacff999e58b945d0cb3b38dc1533fec380e8.tar.gz gentoo-c84cacff999e58b945d0cb3b38dc1533fec380e8.tar.bz2 gentoo-c84cacff999e58b945d0cb3b38dc1533fec380e8.zip |
kde.org.eclass: Drop kde-apps-19.08.3 support, prepare for release-service beta
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | eclass/kde.org.eclass | 3 |
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 |