commit:     afe1966a5950c86b149ca493ca7204e561ffdf3f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Dec  9 17:25:39 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 17:28:12 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afe1966a

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

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 87d1573f41d..b943ebabb3d 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
 

Reply via email to