commit: ed88363282153b52d7ef144f8a52be8fe75e7941 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sun Nov 10 11:07:57 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Nov 10 21:30:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed883632
kde.org.eclass: Branching for kde-apps/ switched to "release/YY.MM" KDE Applications is dead, long live the KDE release service. See also: https://mail.kde.org/pipermail/release-team/2019-October/011582.html Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> eclass/kde.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 3f86779c52e..17f7bcbfe6d 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -155,7 +155,7 @@ _calculate_live_repo() { EGIT_MIRROR=${EGIT_MIRROR:=https://anongit.kde.org} if [[ ${PV} == ??.??.49.9999 && ${CATEGORY} = kde-apps ]]; then - EGIT_BRANCH="Applications/$(ver_cut 1-2)" + EGIT_BRANCH="release/$(ver_cut 1-2)" fi if [[ ${PV} != 9999 && ${CATEGORY} = kde-plasma ]]; then
