From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67243158094 for ; Mon, 8 Aug 2022 09:40:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8082FE0875; Mon, 8 Aug 2022 09:40:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CB36E0875 for ; Mon, 8 Aug 2022 09:40:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8916C340EFC for ; Mon, 8 Aug 2022 09:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FA5A568 for ; Mon, 8 Aug 2022 09:40:33 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1659951618.f0d8559edd2649c1a988754aeb14993a6d9f4c01.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild X-VCS-Directories: app-emulation/virtualbox/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f0d8559edd2649c1a988754aeb14993a6d9f4c01 X-VCS-Branch: master Date: Mon, 8 Aug 2022 09:40:33 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fe3fb6fe-264e-4da8-b281-705b2af93eb5 X-Archives-Hash: 8e4f4759b31ad20b885f73b4dc709359 commit: f0d8559edd2649c1a988754aeb14993a6d9f4c01 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Jul 25 17:34:45 2022 +0000 Commit: Andreas Sturmlechner gentoo 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 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