kde.org.eclass: Extend KDE_RELEASE_SERVICE support to stable branches
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 9 Dec 2019 17:25:39 +0000 (18:25 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 12 Dec 2019 17:28:12 +0000 (18:28 +0100)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
eclass/kde.org.eclass

index 87d1573f41dd2c0f997f2e985d4b54138ccbb50f..b943ebabb3da672eee72546bc1dd2bb886c00f50 100644 (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