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