commit: 37582f536b93020085b3a2f0cebcf32785a93570
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 11 18:44:57 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Jan 11 18:44:57 2024 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=37582f53
gear.kde.org.eclass: release/24.02 was branched
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
eclass/gear.kde.org.eclass | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/eclass/gear.kde.org.eclass b/eclass/gear.kde.org.eclass
index f4ebd8ee24..421f5f534f 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