commit:     f0d8559edd2649c1a988754aeb14993a6d9f4c01
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 17:34:45 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug  8 09:40:18 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0d8559e

app-emulation/virtualbox: Move dev-qt/linguist-tools:5 to BDEPEND

Bug: https://bugs.gentoo.org/544938
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild 
b/app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild
index 6950d98a4c70..7e63e28a4679 100644
--- a/app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild
+++ b/app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild
@@ -38,6 +38,13 @@ if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then
 fi
 IUSE="alsa debug doc dtrace headless java lvm +opus pam pax-kernel pch 
pulseaudio +opengl python +qt5 +sdk +udev vboxwebsrv vnc"
 
+REQUIRED_USE="
+       java? ( sdk )
+       python? ( sdk )
+       vboxwebsrv? ( java )
+       ${PYTHON_REQUIRED_USE}
+"
+
 COMMON_DEPEND="
        ${PYTHON_DEPS}
        !app-emulation/virtualbox-bin
@@ -100,7 +107,6 @@ DEPEND="
        pam? ( sys-libs/pam )
        pax-kernel? ( sys-apps/elfix )
        pulseaudio? ( media-sound/pulseaudio )
-       qt5? ( dev-qt/linguist-tools:5 )
        vboxwebsrv? ( net-libs/gsoap[-gnutls(-)] )
 "
 BDEPEND="
@@ -122,6 +128,7 @@ BDEPEND="
                dev-texlive/texlive-fontsextra
        )
        java? ( virtual/jdk:1.8 )
+       qt5? ( dev-qt/linguist-tools:5 )
 "
 RDEPEND="
        ${COMMON_DEPEND}
@@ -152,13 +159,6 @@ QA_PRESTRIPPED="
        usr/lib64/virtualbox/VBoxDDR0.r0
 "
 
-REQUIRED_USE="
-       java? ( sdk )
-       python? ( sdk )
-       vboxwebsrv? ( java )
-       ${PYTHON_REQUIRED_USE}
-"
-
 PATCHES=(
        "${FILESDIR}"/${P}-vboxr0.patch
 

Reply via email to