commit:     c84cacff999e58b945d0cb3b38dc1533fec380e8
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 11 15:36:03 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Mar 19 09:21:07 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c84cacff

kde.org.eclass: Drop kde-apps-19.08.3 support, prepare for release-service beta

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 eclass/kde.org.eclass | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass
index 2776b5b972f..bb9bd618eb2 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

Reply via email to