public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/, dev-qt/qtsql/, dev-qt/qtgui/
@ 2021-10-03 12:40 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2021-10-03 12:40 UTC (permalink / raw
  To: gentoo-commits

commit:     ed46abceb5880731a465f22c054482d635b8fc00
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Oct  2 14:13:21 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  3 12:37:44 2021 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=ed46abce

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 <asturm <AT> gentoo.org>

 dev-qt/qtcore/qtcore-5.15.2.9999.ebuild | 2 +-
 dev-qt/qtgui/qtgui-5.15.2.9999.ebuild   | 2 +-
 dev-qt/qtsql/qtsql-5.15.2.9999.ebuild   | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-5.15.2.9999.ebuild b/dev-qt/qtcore/qtcore-5.15.2.9999.ebuild
index 23956275..7cf61d1f 100644
--- a/dev-qt/qtcore/qtcore-5.15.2.9999.ebuild
+++ b/dev-qt/qtcore/qtcore-5.15.2.9999.ebuild
@@ -7,7 +7,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.9999.ebuild b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild
index f81b5c47..fbc7f440 100644
--- a/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild
+++ b/dev-qt/qtgui/qtgui-5.15.2.9999.ebuild
@@ -7,7 +7,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.9999.ebuild b/dev-qt/qtsql/qtsql-5.15.2.9999.ebuild
index e1cbc336..0a3163e6 100644
--- a/dev-qt/qtsql/qtsql-5.15.2.9999.ebuild
+++ b/dev-qt/qtsql/qtsql-5.15.2.9999.ebuild
@@ -7,7 +7,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"


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-03 12:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-03 12:40 [gentoo-commits] proj/qt:master commit in: dev-qt/qtcore/, dev-qt/qtsql/, dev-qt/qtgui/ Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox