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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4F752138359 for ; Sat, 19 Sep 2020 08:17:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8ACEFE07FE; Sat, 19 Sep 2020 08:17:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 68D68E07FE for ; Sat, 19 Sep 2020 08:17:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F168340FEA for ; Sat, 19 Sep 2020 08:17:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E61E33A for ; Sat, 19 Sep 2020 08:17:05 +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: <1600503389.2d2ac09e31a2c854f653d71031700192b03d9a9c.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: eclass/ X-VCS-Repository: proj/kde X-VCS-Files: eclass/kde.org.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2d2ac09e31a2c854f653d71031700192b03d9a9c X-VCS-Branch: master Date: Sat, 19 Sep 2020 08:17:05 +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: 4b43523d-39e5-409d-b35e-3156f2c23d02 X-Archives-Hash: c1fa2010e5731b38bba3554234b62db3 commit: 2d2ac09e31a2c854f653d71031700192b03d9a9c Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 19 08:16:29 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 19 08:16:29 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=2d2ac09e kde.org.eclass: Revert "Temporarily disable KDE Plasma 5.20 branch detection" Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/kde.org.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/kde.org.eclass b/eclass/kde.org.eclass index ffe01da284..58db8bef2a 100644 --- a/eclass/kde.org.eclass +++ b/eclass/kde.org.eclass @@ -226,7 +226,7 @@ _kde.org_calculate_live_repo() { EGIT_BRANCH="release/$(ver_cut 1-2)" fi - if [[ ${PV} != 9999 && ${PV} != 5.20.49.9999 && ${CATEGORY} = kde-plasma ]]; then + if [[ ${PV} != 9999 && ${CATEGORY} = kde-plasma ]]; then EGIT_BRANCH="Plasma/$(ver_cut 1-2)" fi