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 2E40E1382C5 for ; Tue, 2 Jun 2020 22:45:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35202E0806; Tue, 2 Jun 2020 22:45:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 1E7CEE0806 for ; Tue, 2 Jun 2020 22:45:00 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 CE9A434EF81 for ; Tue, 2 Jun 2020 22:44:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 75965276 for ; Tue, 2 Jun 2020 22:44:57 +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: <1591128770.3113b67fe5a4a983e3001162944beff55cd96512.asturm@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: eclass/ X-VCS-Repository: proj/qt X-VCS-Files: eclass/qt5-build.eclass X-VCS-Directories: eclass/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 3113b67fe5a4a983e3001162944beff55cd96512 X-VCS-Branch: master Date: Tue, 2 Jun 2020 22:44:57 +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: 89bfd805-34a8-4776-8979-c1818c8bc42e X-Archives-Hash: b74ab399f4566572517d94c03d578d2b commit: 3113b67fe5a4a983e3001162944beff55cd96512 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Jun 2 20:07:42 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Jun 2 20:12:50 2020 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=3113b67f qt5-build.eclass: Drop dev branch support, closing with 5.15.9999 Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/qt5-build.eclass | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index 8531d129..cb385ea2 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -67,12 +67,7 @@ QT5_MINOR_VERSION=$(ver_cut 2) readonly QT5_MINOR_VERSION case ${PV} in - 5.9999) - # git dev branch - QT5_BUILD_TYPE="live" - EGIT_BRANCH="dev" - ;; - 5.?.9999|5.??.9999|5.???.9999) + 5.??.9999) # git stable branch QT5_BUILD_TYPE="live" EGIT_BRANCH=${PV%.9999}