From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F820158451 for ; Thu, 11 Jan 2024 18:45:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DD5A7E2A5F; Thu, 11 Jan 2024 18:45:34 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C04FBE2A5F for ; Thu, 11 Jan 2024 18:45:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AB27234325B for ; Thu, 11 Jan 2024 18:45:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1728012C8 for ; Thu, 11 Jan 2024 18:45:32 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1704998697.37582f536b93020085b3a2f0cebcf32785a93570.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/gear.kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 37582f536b93020085b3a2f0cebcf32785a93570 X-VCS-Branch: master Date: Thu, 11 Jan 2024 18:45:32 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 56c1d0f7-4443-4d45-9974-a1cf7f219405 X-Archives-Hash: e978afcc19774092c2d6c07bf9ef1e5a commit: 37582f536b93020085b3a2f0cebcf32785a93570 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Jan 11 18:44:57 2024 +0000 Commit: Andreas Sturmlechner gentoo 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 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