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 1FB5815817D for ; Mon, 3 Jun 2024 11:32:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AD94E2B6D; Mon, 3 Jun 2024 11:32:21 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 188EBE2B6D for ; Mon, 3 Jun 2024 11:32:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 89F10335DE9 for ; Mon, 3 Jun 2024 11:32:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E72811C04 for ; Mon, 3 Jun 2024 11:32:17 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1717414328.8583a1688f2e8a80f55bd4b498ce7e4b01651d0a.ceamac@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox/virtualbox-7.0.18-r1.ebuild X-VCS-Directories: app-emulation/virtualbox/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: 8583a1688f2e8a80f55bd4b498ce7e4b01651d0a X-VCS-Branch: master Date: Mon, 3 Jun 2024 11:32:17 +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: bc38b943-2362-4a02-8cc1-040bb577dcfe X-Archives-Hash: f47762eb5d00c83bf4653da278f2b4d5 commit: 8583a1688f2e8a80f55bd4b498ce7e4b01651d0a Author: Viorel Munteanu gentoo org> AuthorDate: Mon Jun 3 11:18:52 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Mon Jun 3 11:32:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8583a168 app-emulation/virtualbox: remove python from BDEPEND if not used RDEPEND was conditional, but BDEPEND was not. Signed-off-by: Viorel Munteanu gentoo.org> app-emulation/virtualbox/virtualbox-7.0.18-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virtualbox/virtualbox-7.0.18-r1.ebuild b/app-emulation/virtualbox/virtualbox-7.0.18-r1.ebuild index c36898c8de73..1977c56b1a5d 100644 --- a/app-emulation/virtualbox/virtualbox-7.0.18-r1.ebuild +++ b/app-emulation/virtualbox/virtualbox-7.0.18-r1.ebuild @@ -125,7 +125,6 @@ RDEPEND=" java? ( virtual/jre:1.8 ) " BDEPEND=" - ${PYTHON_DEPS} >=app-arch/tar-1.34-r2 >=dev-lang/yasm-0.6.2 dev-libs/libIDL @@ -149,6 +148,7 @@ BDEPEND=" ) gui? ( dev-qt/linguist-tools:5 ) nls? ( dev-qt/linguist-tools:5 ) + python? ( ${PYTHON_DEPS} ) java? ( virtual/jdk:1.8 ) "