public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscxml/, dev-qt/qtquickcontrols/, dev-qt/qtsensors/, dev-qt/qtdatavis3d/, ...
@ 2021-09-08 16:55 Andreas Sturmlechner
  0 siblings, 0 replies; only message in thread
From: Andreas Sturmlechner @ 2021-09-08 16:55 UTC (permalink / raw
  To: gentoo-commits

commit:     eb5d79adbde868b2d62fd78b6b031ed435483d74
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 28 09:06:06 2021 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep  8 16:54:44 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb5d79ad

dev-qt: EAPI-8 bumps, switch from ~PV to =QT5_PV* version dependencies

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 ...tooth-5.15.2.ebuild => qtbluetooth-5.15.2-r1.ebuild} | 12 ++++++------
 ...qtcharts-5.15.2.ebuild => qtcharts-5.15.2-r1.ebuild} | 11 ++++++-----
 ...vis3d-5.15.2.ebuild => qtdatavis3d-5.15.2-r1.ebuild} |  9 +++++----
 ....15.2.ebuild => qtgraphicaleffects-5.15.2-r1.ebuild} |  9 +++++----
 ...edia-5.15.2.ebuild => qtmultimedia-5.15.2-r1.ebuild} | 17 +++++++++--------
 ...uth-5.15.2.ebuild => qtnetworkauth-5.15.2-r1.ebuild} |  7 ++++---
 ...ing-5.15.2.ebuild => qtpositioning-5.15.2-r1.ebuild} |  9 +++++----
 ...s-5.15.2.ebuild => qtquickcontrols-5.15.2-r1.ebuild} | 11 ++++++-----
 ...e-5.15.2.ebuild => qtquicktimeline-5.15.2-r1.ebuild} |  8 ++++----
 ...qtscript-5.15.2.ebuild => qtscript-5.15.2-r1.ebuild} |  9 +++++----
 .../{qtscxml-5.15.2.ebuild => qtscxml-5.15.2-r1.ebuild} |  7 ++++---
 ...sensors-5.15.2.ebuild => qtsensors-5.15.2-r1.ebuild} |  9 +++++----
 ...albus-5.15.2.ebuild => qtserialbus-5.15.2-r1.ebuild} | 11 ++++++-----
 ...port-5.15.2.ebuild => qtserialport-5.15.2-r1.ebuild} |  5 +++--
 ...nnel-5.15.2.ebuild => qtwebchannel-5.15.2-r1.ebuild} |  7 ++++---
 ...view-5.15.2-r1.ebuild => qtwebview-5.15.2-r2.ebuild} |  8 ++++----
 ...xtras-5.15.2.ebuild => qtx11extras-5.15.2-r1.ebuild} |  8 ++++----
 17 files changed, 85 insertions(+), 72 deletions(-)

diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.2.ebuild b/dev-qt/qtbluetooth/qtbluetooth-5.15.2-r1.ebuild
similarity index 76%
rename from dev-qt/qtbluetooth/qtbluetooth-5.15.2.ebuild
rename to dev-qt/qtbluetooth/qtbluetooth-5.15.2-r1.ebuild
index ab26257c7e4..1a88564f814 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.15.2.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.2-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 QT5_MODULE="qtconnectivity"
 inherit qt5-build
@@ -15,14 +15,14 @@ fi
 IUSE="qml"
 
 RDEPEND="
-	~dev-qt/qtconcurrent-${PV}
-	~dev-qt/qtcore-${PV}:5=
-	~dev-qt/qtdbus-${PV}
+	=dev-qt/qtconcurrent-${QT5_PV}*
+	=dev-qt/qtcore-${QT5_PV}*:5=
+	=dev-qt/qtdbus-${QT5_PV}*
 	>=net-wireless/bluez-5:=
-	qml? ( ~dev-qt/qtdeclarative-${PV} )
+	qml? ( =dev-qt/qtdeclarative-${QT5_PV}* )
 "
 DEPEND="${RDEPEND}
-	~dev-qt/qtnetwork-${PV}
+	=dev-qt/qtnetwork-${QT5_PV}*
 "
 
 PATCHES=( "${FILESDIR}/${P}-gcc11.patch" ) # bug 752012

diff --git a/dev-qt/qtcharts/qtcharts-5.15.2.ebuild b/dev-qt/qtcharts/qtcharts-5.15.2-r1.ebuild
similarity index 76%
rename from dev-qt/qtcharts/qtcharts-5.15.2.ebuild
rename to dev-qt/qtcharts/qtcharts-5.15.2-r1.ebuild
index f9ace093194..a23f9413e20 100644
--- a/dev-qt/qtcharts/qtcharts-5.15.2.ebuild
+++ b/dev-qt/qtcharts/qtcharts-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit qt5-build
 
 DESCRIPTION="Chart component library for the Qt5 framework"
@@ -14,10 +15,10 @@ fi
 IUSE="qml"
 
 DEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}
-	~dev-qt/qtwidgets-${PV}
-	qml? ( ~dev-qt/qtdeclarative-${PV} )
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtgui-${QT5_PV}*
+	=dev-qt/qtwidgets-${QT5_PV}*
+	qml? ( =dev-qt/qtdeclarative-${QT5_PV}* )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-qt/qtdatavis3d/qtdatavis3d-5.15.2.ebuild b/dev-qt/qtdatavis3d/qtdatavis3d-5.15.2-r1.ebuild
similarity index 80%
rename from dev-qt/qtdatavis3d/qtdatavis3d-5.15.2.ebuild
rename to dev-qt/qtdatavis3d/qtdatavis3d-5.15.2-r1.ebuild
index 46e32e2b4d7..4963f2fe39a 100644
--- a/dev-qt/qtdatavis3d/qtdatavis3d-5.15.2.ebuild
+++ b/dev-qt/qtdatavis3d/qtdatavis3d-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit qt5-build
 
 DESCRIPTION="3D data visualization library for the Qt5 framework"
@@ -14,9 +15,9 @@ fi
 IUSE="gles2-only qml"
 
 DEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}[gles2-only=]
-	qml? ( ~dev-qt/qtdeclarative-${PV}[gles2-only=] )
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtgui-${QT5_PV}*[gles2-only=]
+	qml? ( =dev-qt/qtdeclarative-${QT5_PV}*[gles2-only=] )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.2.ebuild b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.2-r1.ebuild
similarity index 79%
rename from dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.2.ebuild
rename to dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.2-r1.ebuild
index 4ad065e1ce3..216671e4f05 100644
--- a/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.2.ebuild
+++ b/dev-qt/qtgraphicaleffects/qtgraphicaleffects-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 VIRTUALX_REQUIRED="test"
 inherit qt5-build
 
@@ -14,8 +15,8 @@ fi
 IUSE=""
 
 RDEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtdeclarative-${QT5_PV}*
+	=dev-qt/qtgui-${QT5_PV}*
 "
 DEPEND="${RDEPEND}"

diff --git a/dev-qt/qtmultimedia/qtmultimedia-5.15.2.ebuild b/dev-qt/qtmultimedia/qtmultimedia-5.15.2-r1.ebuild
similarity index 82%
rename from dev-qt/qtmultimedia/qtmultimedia-5.15.2.ebuild
rename to dev-qt/qtmultimedia/qtmultimedia-5.15.2-r1.ebuild
index d7aa5646506..2ed94944ea3 100644
--- a/dev-qt/qtmultimedia/qtmultimedia-5.15.2.ebuild
+++ b/dev-qt/qtmultimedia/qtmultimedia-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit qt5-build
 
 DESCRIPTION="Multimedia (audio, video, radio, camera) library for the Qt5 framework"
@@ -13,9 +14,9 @@ fi
 IUSE="alsa gles2-only gstreamer openal pulseaudio qml widgets"
 
 RDEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}[gles2-only=]
-	~dev-qt/qtnetwork-${PV}
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtgui-${QT5_PV}*[gles2-only=]
+	=dev-qt/qtnetwork-${QT5_PV}*
 	alsa? ( media-libs/alsa-lib )
 	gstreamer? (
 		dev-libs/glib:2
@@ -25,13 +26,13 @@ RDEPEND="
 	)
 	pulseaudio? ( media-sound/pulseaudio[glib] )
 	qml? (
-		~dev-qt/qtdeclarative-${PV}
-		gles2-only? ( ~dev-qt/qtgui-${PV}[egl] )
+		=dev-qt/qtdeclarative-${QT5_PV}*
+		gles2-only? ( =dev-qt/qtgui-${QT5_PV}*[egl] )
 		openal? ( media-libs/openal )
 	)
 	widgets? (
-		~dev-qt/qtopengl-${PV}
-		~dev-qt/qtwidgets-${PV}[gles2-only=]
+		=dev-qt/qtopengl-${QT5_PV}*
+		=dev-qt/qtwidgets-${QT5_PV}*[gles2-only=]
 	)
 "
 DEPEND="${RDEPEND}

diff --git a/dev-qt/qtnetworkauth/qtnetworkauth-5.15.2.ebuild b/dev-qt/qtnetworkauth/qtnetworkauth-5.15.2-r1.ebuild
similarity index 83%
rename from dev-qt/qtnetworkauth/qtnetworkauth-5.15.2.ebuild
rename to dev-qt/qtnetworkauth/qtnetworkauth-5.15.2-r1.ebuild
index ab41e5c6f79..427cf618df8 100644
--- a/dev-qt/qtnetworkauth/qtnetworkauth-5.15.2.ebuild
+++ b/dev-qt/qtnetworkauth/qtnetworkauth-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit qt5-build
 
 DESCRIPTION="Network authorization library for the Qt5 framework"
@@ -14,7 +15,7 @@ fi
 IUSE=""
 
 DEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtnetwork-${PV}
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtnetwork-${QT5_PV}*
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtpositioning/qtpositioning-5.15.2.ebuild b/dev-qt/qtpositioning/qtpositioning-5.15.2-r1.ebuild
similarity index 86%
rename from dev-qt/qtpositioning/qtpositioning-5.15.2.ebuild
rename to dev-qt/qtpositioning/qtpositioning-5.15.2-r1.ebuild
index bffa2b8cacf..6154ad6744a 100644
--- a/dev-qt/qtpositioning/qtpositioning-5.15.2.ebuild
+++ b/dev-qt/qtpositioning/qtpositioning-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 QT5_MODULE="qtlocation"
 inherit qt5-build
 
@@ -14,9 +15,9 @@ fi
 IUSE="geoclue +qml"
 
 RDEPEND="
-	~dev-qt/qtcore-${PV}
-	geoclue? ( ~dev-qt/qtdbus-${PV} )
-	qml? ( ~dev-qt/qtdeclarative-${PV} )
+	=dev-qt/qtcore-${QT5_PV}*
+	geoclue? ( =dev-qt/qtdbus-${QT5_PV}* )
+	qml? ( =dev-qt/qtdeclarative-${QT5_PV}* )
 "
 DEPEND="${RDEPEND}"
 PDEPEND="

diff --git a/dev-qt/qtquickcontrols/qtquickcontrols-5.15.2.ebuild b/dev-qt/qtquickcontrols/qtquickcontrols-5.15.2-r1.ebuild
similarity index 81%
rename from dev-qt/qtquickcontrols/qtquickcontrols-5.15.2.ebuild
rename to dev-qt/qtquickcontrols/qtquickcontrols-5.15.2-r1.ebuild
index 91ad5b9e09f..494d453b030 100644
--- a/dev-qt/qtquickcontrols/qtquickcontrols-5.15.2.ebuild
+++ b/dev-qt/qtquickcontrols/qtquickcontrols-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit qt5-build
 
 DESCRIPTION="Set of Qt Quick controls to create complete user interfaces (deprecated)"
@@ -13,10 +14,10 @@ fi
 IUSE="+widgets"
 
 DEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}
-	widgets? ( ~dev-qt/qtwidgets-${PV} )
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtdeclarative-${QT5_PV}*
+	=dev-qt/qtgui-${QT5_PV}*
+	widgets? ( =dev-qt/qtwidgets-${QT5_PV}* )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-qt/qtquicktimeline/qtquicktimeline-5.15.2.ebuild b/dev-qt/qtquicktimeline/qtquicktimeline-5.15.2-r1.ebuild
similarity index 71%
rename from dev-qt/qtquicktimeline/qtquicktimeline-5.15.2.ebuild
rename to dev-qt/qtquicktimeline/qtquicktimeline-5.15.2-r1.ebuild
index bf8d344fb0b..3ba1e4d5dce 100644
--- a/dev-qt/qtquicktimeline/qtquicktimeline-5.15.2.ebuild
+++ b/dev-qt/qtquicktimeline/qtquicktimeline-5.15.2-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit qt5-build
 
@@ -12,7 +12,7 @@ if [[ ${QT5_BUILD_TYPE} == release ]]; then
 fi
 
 DEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtdeclarative-${PV}
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtdeclarative-${QT5_PV}*
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtscript/qtscript-5.15.2.ebuild b/dev-qt/qtscript/qtscript-5.15.2-r1.ebuild
similarity index 86%
rename from dev-qt/qtscript/qtscript-5.15.2.ebuild
rename to dev-qt/qtscript/qtscript-5.15.2-r1.ebuild
index 65401423502..00e1e6cc737 100644
--- a/dev-qt/qtscript/qtscript-5.15.2.ebuild
+++ b/dev-qt/qtscript/qtscript-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit qt5-build
 
 DESCRIPTION="Application scripting library for the Qt5 framework (deprecated)"
@@ -13,10 +14,10 @@ fi
 IUSE="+jit scripttools"
 
 DEPEND="
-	~dev-qt/qtcore-${PV}
+	=dev-qt/qtcore-${QT5_PV}*
 	scripttools? (
-		~dev-qt/qtgui-${PV}
-		~dev-qt/qtwidgets-${PV}
+		=dev-qt/qtgui-${QT5_PV}*
+		=dev-qt/qtwidgets-${QT5_PV}*
 	)
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtscxml/qtscxml-5.15.2.ebuild b/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild
similarity index 82%
rename from dev-qt/qtscxml/qtscxml-5.15.2.ebuild
rename to dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild
index 8a38c015dba..03ff5ecc022 100644
--- a/dev-qt/qtscxml/qtscxml-5.15.2.ebuild
+++ b/dev-qt/qtscxml/qtscxml-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit qt5-build
 
 DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
@@ -13,7 +14,7 @@ fi
 IUSE=""
 
 DEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtdeclarative-${PV}
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtdeclarative-${QT5_PV}*
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtsensors/qtsensors-5.15.2.ebuild b/dev-qt/qtsensors/qtsensors-5.15.2-r1.ebuild
similarity index 81%
rename from dev-qt/qtsensors/qtsensors-5.15.2.ebuild
rename to dev-qt/qtsensors/qtsensors-5.15.2-r1.ebuild
index 66b45058d70..c28fdfe5440 100644
--- a/dev-qt/qtsensors/qtsensors-5.15.2.ebuild
+++ b/dev-qt/qtsensors/qtsensors-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit qt5-build
 
 DESCRIPTION="Hardware sensor access library for the Qt5 framework"
@@ -14,9 +15,9 @@ fi
 IUSE="qml"
 
 RDEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtdbus-${PV}
-	qml? ( ~dev-qt/qtdeclarative-${PV} )
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtdbus-${QT5_PV}*
+	qml? ( =dev-qt/qtdeclarative-${QT5_PV}* )
 "
 DEPEND="${RDEPEND}"
 

diff --git a/dev-qt/qtserialbus/qtserialbus-5.15.2.ebuild b/dev-qt/qtserialbus/qtserialbus-5.15.2-r1.ebuild
similarity index 68%
rename from dev-qt/qtserialbus/qtserialbus-5.15.2.ebuild
rename to dev-qt/qtserialbus/qtserialbus-5.15.2-r1.ebuild
index 2b783f49966..0d8fd68fa6e 100644
--- a/dev-qt/qtserialbus/qtserialbus-5.15.2.ebuild
+++ b/dev-qt/qtserialbus/qtserialbus-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit qt5-build
 
 DESCRIPTION="Qt module to access CAN, ModBus, and other industrial serial buses and protocols"
@@ -13,8 +14,8 @@ fi
 IUSE=""
 
 DEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtnetwork-${PV}
-	~dev-qt/qtserialport-${PV}
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtnetwork-${QT5_PV}*
+	=dev-qt/qtserialport-${QT5_PV}*
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtserialport/qtserialport-5.15.2.ebuild b/dev-qt/qtserialport/qtserialport-5.15.2-r1.ebuild
similarity index 93%
rename from dev-qt/qtserialport/qtserialport-5.15.2.ebuild
rename to dev-qt/qtserialport/qtserialport-5.15.2-r1.ebuild
index dbbb302a3f9..26e5eb53bd0 100644
--- a/dev-qt/qtserialport/qtserialport-5.15.2.ebuild
+++ b/dev-qt/qtserialport/qtserialport-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit qt5-build
 
 DESCRIPTION="Serial port abstraction library for the Qt5 framework"
@@ -13,7 +14,7 @@ fi
 IUSE=""
 
 DEPEND="
-	~dev-qt/qtcore-${PV}
+	=dev-qt/qtcore-${QT5_PV}*
 	virtual/libudev:=
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtwebchannel/qtwebchannel-5.15.2.ebuild b/dev-qt/qtwebchannel/qtwebchannel-5.15.2-r1.ebuild
similarity index 86%
rename from dev-qt/qtwebchannel/qtwebchannel-5.15.2.ebuild
rename to dev-qt/qtwebchannel/qtwebchannel-5.15.2-r1.ebuild
index b5486b450fc..1f5019a95f5 100644
--- a/dev-qt/qtwebchannel/qtwebchannel-5.15.2.ebuild
+++ b/dev-qt/qtwebchannel/qtwebchannel-5.15.2-r1.ebuild
@@ -1,7 +1,8 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
+
 inherit qt5-build
 
 DESCRIPTION="Qt5 module for integrating C++ and QML applications with HTML/JavaScript clients"
@@ -13,8 +14,8 @@ fi
 IUSE="qml"
 
 DEPEND="
-	~dev-qt/qtcore-${PV}
-	qml? ( ~dev-qt/qtdeclarative-${PV} )
+	=dev-qt/qtcore-${QT5_PV}*
+	qml? ( =dev-qt/qtdeclarative-${QT5_PV}* )
 "
 RDEPEND="${DEPEND}"
 

diff --git a/dev-qt/qtwebview/qtwebview-5.15.2-r1.ebuild b/dev-qt/qtwebview/qtwebview-5.15.2-r2.ebuild
similarity index 79%
rename from dev-qt/qtwebview/qtwebview-5.15.2-r1.ebuild
rename to dev-qt/qtwebview/qtwebview-5.15.2-r2.ebuild
index d17dd95908f..a1b3c1180fb 100644
--- a/dev-qt/qtwebview/qtwebview-5.15.2-r1.ebuild
+++ b/dev-qt/qtwebview/qtwebview-5.15.2-r2.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit qt5-build
 
@@ -14,9 +14,9 @@ fi
 IUSE=""
 
 DEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtdeclarative-${PV}
-	~dev-qt/qtgui-${PV}
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtdeclarative-${QT5_PV}*
+	=dev-qt/qtgui-${QT5_PV}*
 	=dev-qt/qtwebengine-${PV}*:5
 "
 RDEPEND="${DEPEND}"

diff --git a/dev-qt/qtx11extras/qtx11extras-5.15.2.ebuild b/dev-qt/qtx11extras/qtx11extras-5.15.2-r1.ebuild
similarity index 77%
rename from dev-qt/qtx11extras/qtx11extras-5.15.2.ebuild
rename to dev-qt/qtx11extras/qtx11extras-5.15.2-r1.ebuild
index 40e88544ff0..0174763a58f 100644
--- a/dev-qt/qtx11extras/qtx11extras-5.15.2.ebuild
+++ b/dev-qt/qtx11extras/qtx11extras-5.15.2-r1.ebuild
@@ -1,7 +1,7 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
+EAPI=8
 
 inherit qt5-build
 
@@ -14,9 +14,9 @@ fi
 IUSE=""
 
 RDEPEND="
-	~dev-qt/qtcore-${PV}
-	~dev-qt/qtgui-${PV}[X]
+	=dev-qt/qtcore-${QT5_PV}*
+	=dev-qt/qtgui-${QT5_PV}*[X]
 "
 DEPEND="${RDEPEND}
-	test? ( ~dev-qt/qtwidgets-${PV} )
+	test? ( =dev-qt/qtwidgets-${QT5_PV}* )
 "


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

only message in thread, other threads:[~2021-09-08 16:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-09-08 16:55 [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtscxml/, dev-qt/qtquickcontrols/, dev-qt/qtsensors/, dev-qt/qtdatavis3d/, Andreas Sturmlechner

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