From: Andreas Sturmlechner Date: Mon, 9 Dec 2019 17:25:39 +0000 (+0100) Subject: kde.org.eclass: Extend KDE_RELEASE_SERVICE support to stable branches X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=afe1966a5950c86b149ca493ca7204e561ffdf3f;p=gentoo.git kde.org.eclass: Extend KDE_RELEASE_SERVICE support to stable branches Signed-off-by: Andreas Sturmlechner --- diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 87d1573f41dd..b943ebabb3da 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -174,7 +174,7 @@ _kde.org_calculate_live_repo() { # (anongit) with anything else you might want to use. EGIT_MIRROR=${EGIT_MIRROR:=https://anongit.kde.org} - if [[ ${PV} == ??.??.49.9999 && ${CATEGORY} = kde-apps ]]; then + if [[ ${PV} == ??.??.49.9999 && ${KDE_RELEASE_SERVICE} = true ]]; then EGIT_BRANCH="release/$(ver_cut 1-2)" fi