mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
kde.org.eclass: Extend KDE_RELEASE_SERVICE support to stable branches
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user