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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 061AF15812D for ; Tue, 31 Dec 2024 18:20:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ADA2CE07D1; Tue, 31 Dec 2024 18:20:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 924C1E07C9 for ; Tue, 31 Dec 2024 18:20:16 +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 9D06333BE12 for ; Tue, 31 Dec 2024 18:20:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 09E1410E9 for ; Tue, 31 Dec 2024 18:20:14 +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: <1735669196.c01445ee4bf96b972aa7575e6439c0c26991f398.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.22.ebuild X-VCS-Directories: app-emulation/virtualbox/ X-VCS-Committer: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: c01445ee4bf96b972aa7575e6439c0c26991f398 X-VCS-Branch: master Date: Tue, 31 Dec 2024 18:20:14 +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: 0135a8a8-7837-4798-b1da-e07f27c9f369 X-Archives-Hash: 2c5dbf51a8084e891cf433ab182d4b4e commit: c01445ee4bf96b972aa7575e6439c0c26991f398 Author: Viorel Munteanu gentoo org> AuthorDate: Tue Dec 31 18:16:32 2024 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Dec 31 18:19:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c01445ee app-emulation/virtualbox: Stabilize 7.0.22 amd64, #945357 Signed-off-by: Viorel Munteanu gentoo.org> app-emulation/virtualbox/virtualbox-7.0.22.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virtualbox/virtualbox-7.0.22.ebuild b/app-emulation/virtualbox/virtualbox-7.0.22.ebuild index 5e581fdb297a..9914f680db00 100644 --- a/app-emulation/virtualbox/virtualbox-7.0.22.ebuild +++ b/app-emulation/virtualbox/virtualbox-7.0.22.ebuild @@ -34,7 +34,7 @@ S="${WORKDIR}/${MY_PN}-${PV}" LICENSE="GPL-2+ GPL-3 LGPL-2.1 MIT dtrace? ( CDDL )" SLOT="0/$(ver_cut 1-2)" -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="alsa dbus debug doc dtrace +gui java lvm nls pam pch pulseaudio +opengl python +sdk +sdl test +udev vboxwebsrv vde +vmmraw vnc" RESTRICT="!test? ( test )"