summaryrefslogtreecommitdiff
path: root/eclass/gear.kde.org.eclass
diff options
context:
space:
mode:
Diffstat (limited to 'eclass/gear.kde.org.eclass')
-rw-r--r--eclass/gear.kde.org.eclass4
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass
index 36c2dd82970..33fd4378de2 100644
--- a/eclass/gear.kde.org.eclass
+++ b/eclass/gear.kde.org.eclass
@@ -48,7 +48,9 @@ KDE_ORG_SCHEDULE_URI+="/KDE_Gear_${PV:0:5}_Schedule"
_KDE_SRC_URI="mirror://kde/"
if [[ ${KDE_BUILD_TYPE} == live ]]; then
- if [[ ${PV} == ??.??.49.9999 ]]; then
+ if [[ ${PV} == 24.02.49.9999 ]]; then
+ EGIT_BRANCH="master" # drop after 24.02 branching
+ elif [[ ${PV} == ??.??.49.9999 ]]; then
EGIT_BRANCH="release/$(ver_cut 1-2)"
fi
elif [[ -z ${KDE_ORG_COMMIT} ]]; then