kde.org.eclass: Extend KDE_RELEASE_SERVICE support to stable branches

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2019-12-09 18:25:39 +01:00
parent ce8e9d88d4
commit afe1966a59

View File

@@ -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