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 D3C621382C5 for ; Sun, 25 Apr 2021 20:53:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3BDBE087F; Sun, 25 Apr 2021 20:53:48 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 C81B6E087F for ; Sun, 25 Apr 2021 20:53:48 +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 7853D3416BA for ; Sun, 25 Apr 2021 20:53:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D09824C3 for ; Sun, 25 Apr 2021 20:53:45 +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: <1619382682.6fce05edc9093b4e5b1ff2006e777adc75cc2a7d.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: 6fce05edc9093b4e5b1ff2006e777adc75cc2a7d X-VCS-Branch: master Date: Sun, 25 Apr 2021 20:53:45 +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: c3448e9f-6120-4a34-82fb-2966f61c7331 X-Archives-Hash: 81ddfbc09a0edeff30c3116aad938b92 commit: 6fce05edc9093b4e5b1ff2006e777adc75cc2a7d Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 17 19:23:14 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 25 20:31:22 2021 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=6fce05ed qt5-build.eclass: Drop QT5_MINOR_VERSION (fixes eclassdoc) No more usage as qt5-build.eclass supports Qt 5.15 branch exclusively. Signed-off-by: Andreas Sturmlechner gentoo.org> eclass/qt5-build.eclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/eclass/qt5-build.eclass b/eclass/qt5-build.eclass index de7a371c..7c28397d 100644 --- a/eclass/qt5-build.eclass +++ b/eclass/qt5-build.eclass @@ -63,9 +63,6 @@ HOMEPAGE="https://www.qt.io/" LICENSE="|| ( GPL-2 GPL-3 LGPL-3 ) FDL-1.3" SLOT=5/$(ver_cut 1-2) -QT5_MINOR_VERSION=$(ver_cut 2) -readonly QT5_MINOR_VERSION - case ${PV} in 5.15.9999) # KDE upstream for 5.15 patches