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 6F45D158018 for ; Sun, 3 Oct 2021 08:49:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8611BE088C; Sun, 3 Oct 2021 08:49:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 70C33E088C for ; Sun, 3 Oct 2021 08:49:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A26F9342EF2 for ; Sun, 3 Oct 2021 08:49:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 323F1108 for ; Sun, 3 Oct 2021 08:49:49 +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: <1633250727.74998ac6ae9d56523ecb97c7e7c1c8e0f8f94166.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/, dev-qt/qtsql/, dev-qt/qtgui/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtcore/qtcore-5.15.2-r10.ebuild dev-qt/qtgui/qtgui-5.15.2-r13.ebuild dev-qt/qtsql/qtsql-5.15.2-r10.ebuild X-VCS-Directories: dev-qt/qtcore/ dev-qt/qtsql/ dev-qt/qtgui/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 74998ac6ae9d56523ecb97c7e7c1c8e0f8f94166 X-VCS-Branch: master Date: Sun, 3 Oct 2021 08:49:49 +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: 08697f63-7e71-4c37-a0a5-c89b5cb8e73e X-Archives-Hash: e22cdb32ba0570bcbb2fe323896e6175 commit: 74998ac6ae9d56523ecb97c7e7c1c8e0f8f94166 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Oct 2 14:13:21 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 3 08:45:27 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74998ac6 dev-qt: Replace $(ver_cut 1-3) instances w/ ${QT5_PV} Dropping unnecessary subshells. Package-Manager: Portage-3.0.26, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-qt/qtcore/qtcore-5.15.2-r10.ebuild | 2 +- dev-qt/qtgui/qtgui-5.15.2-r13.ebuild | 2 +- dev-qt/qtsql/qtsql-5.15.2-r10.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-qt/qtcore/qtcore-5.15.2-r10.ebuild b/dev-qt/qtcore/qtcore-5.15.2-r10.ebuild index 5570c8d3074..44e955e9f6e 100644 --- a/dev-qt/qtcore/qtcore-5.15.2-r10.ebuild +++ b/dev-qt/qtcore/qtcore-5.15.2-r10.ebuild @@ -8,7 +8,7 @@ QT5_MODULE="qtbase" inherit linux-info qt5-build DESCRIPTION="Cross-platform application development framework" -SLOT=5/$(ver_cut 1-3) +SLOT=5/${QT5_PV} if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" diff --git a/dev-qt/qtgui/qtgui-5.15.2-r13.ebuild b/dev-qt/qtgui/qtgui-5.15.2-r13.ebuild index 82f3e496623..6504f338542 100644 --- a/dev-qt/qtgui/qtgui-5.15.2-r13.ebuild +++ b/dev-qt/qtgui/qtgui-5.15.2-r13.ebuild @@ -8,7 +8,7 @@ QT5_MODULE="qtbase" inherit qt5-build DESCRIPTION="The GUI module and platform plugins for the Qt5 framework" -SLOT=5/$(ver_cut 1-3) # bug 707658 +SLOT=5/${QT5_PV} # bug 707658 if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86" diff --git a/dev-qt/qtsql/qtsql-5.15.2-r10.ebuild b/dev-qt/qtsql/qtsql-5.15.2-r10.ebuild index b4a101fead0..20503946883 100644 --- a/dev-qt/qtsql/qtsql-5.15.2-r10.ebuild +++ b/dev-qt/qtsql/qtsql-5.15.2-r10.ebuild @@ -8,7 +8,7 @@ QT5_MODULE="qtbase" inherit qt5-build DESCRIPTION="SQL abstraction library for the Qt5 framework" -SLOT=5/$(ver_cut 1-3) # bug 639140 +SLOT=5/${QT5_PV} # bug 639140 if [[ ${QT5_BUILD_TYPE} == release ]]; then KEYWORDS="amd64 arm arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"