commit:     e297128d2597b23d5f02f265eaae24cb82ec7255
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 18 09:51:30 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Mar 18 09:51:30 2022 +0000
URL:        https://gitweb.gentoo.org/proj/qt.git/commit/?id=e297128d

dev-qt/qtbluetooth: Move dev-qt/qtnetwork to RDEPEND too

Thanks-to: Sam James <sam <AT> gentoo.org> and iwdevtools
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtbluetooth/qtbluetooth-5.15.3.9999.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/dev-qt/qtbluetooth/qtbluetooth-5.15.3.9999.ebuild 
b/dev-qt/qtbluetooth/qtbluetooth-5.15.3.9999.ebuild
index df94d77c..9923f030 100644
--- a/dev-qt/qtbluetooth/qtbluetooth-5.15.3.9999.ebuild
+++ b/dev-qt/qtbluetooth/qtbluetooth-5.15.3.9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,16 +14,15 @@ fi
 
 IUSE="qml"
 
-RDEPEND="
+DEPEND="
        =dev-qt/qtconcurrent-${QT5_PV}*
        =dev-qt/qtcore-${QT5_PV}*:5=
        =dev-qt/qtdbus-${QT5_PV}*
+       =dev-qt/qtnetwork-${QT5_PV}*
        >=net-wireless/bluez-5:=
        qml? ( =dev-qt/qtdeclarative-${QT5_PV}* )
 "
-DEPEND="${RDEPEND}
-       =dev-qt/qtnetwork-${QT5_PV}*
-"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
        sed -i -e 's/nfc//' src/src.pro || die

Reply via email to