diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-07-25 19:34:45 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-08-08 11:40:18 +0200 |
commit | f0d8559edd2649c1a988754aeb14993a6d9f4c01 (patch) | |
tree | 3e359ae6710749a43bca44af666b5a7f70d55f23 /app-emulation | |
parent | app-editors/texworks: drop 0.6.5-r100, 0.6.6 (diff) | |
download | gentoo-f0d8559edd2649c1a988754aeb14993a6d9f4c01.tar.gz gentoo-f0d8559edd2649c1a988754aeb14993a6d9f4c01.tar.bz2 gentoo-f0d8559edd2649c1a988754aeb14993a6d9f4c01.zip |
app-emulation/virtualbox: Move dev-qt/linguist-tools:5 to BDEPEND
Bug: https://bugs.gentoo.org/544938
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild | 16 |
1 files 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 |