diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-09 18:25:39 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-09 18:25:39 +0100 |
| commit | 6b4e14d6a718b2c1dd2175d8631ae1b844051f8e (patch) | |
| tree | 1847cbd3f5241842b7ae01205bf012b5c6b99528 /eclass/kde.org.eclass | |
| parent | f5b2cf80ea9696a5efbc2064cd432670670af486 (diff) | |
| download | kde-6b4e14d6a718b2c1dd2175d8631ae1b844051f8e.tar.gz kde-6b4e14d6a718b2c1dd2175d8631ae1b844051f8e.tar.bz2 kde-6b4e14d6a718b2c1dd2175d8631ae1b844051f8e.zip | |
kde.org.eclass: Extend KDE_RELEASE_SERVICE support to stable branches
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'eclass/kde.org.eclass')
| -rw-r--r-- | eclass/kde.org.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index 8e391f6dcf0..46acd5a2773 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 |
