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 70B81158094 for ; Sun, 24 Jul 2022 23:23:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29119E0EA3; Sun, 24 Jul 2022 23:23:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 0FBDAE0EA3 for ; Sun, 24 Jul 2022 23:23:49 +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 1A94E340F14 for ; Sun, 24 Jul 2022 23:23:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7A159542 for ; Sun, 24 Jul 2022 23:23:46 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1658704941.3edb43df8a292d78569978c0c25dc9555f1bbb10.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 3edb43df8a292d78569978c0c25dc9555f1bbb10 X-VCS-Branch: master Date: Sun, 24 Jul 2022 23:23:46 +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: a551e47c-bce8-4a20-83dd-58f4d7f34648 X-Archives-Hash: 1872563aae1d1db93c635263e022b21f commit: 3edb43df8a292d78569978c0c25dc9555f1bbb10 Author: Sam James gentoo org> AuthorDate: Sun Jul 24 23:22:21 2022 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jul 24 23:22:21 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3edb43df app-emulation/virtualbox: Stabilize 6.1.34-r6 amd64, #860813 Signed-off-by: Sam James gentoo.org> app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild b/app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild index 9aaf9e206961..6950d98a4c70 100644 --- a/app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild +++ b/app-emulation/virtualbox/virtualbox-6.1.34-r6.ebuild @@ -34,7 +34,7 @@ S="${WORKDIR}/${MY_PN}-${DIR_PV:-${MY_PV}}" LICENSE="GPL-2 dtrace? ( CDDL )" SLOT="0/$(ver_cut 1-2)" if [[ ${PV} != *_beta* ]] && [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~amd64" + KEYWORDS="amd64" fi IUSE="alsa debug doc dtrace headless java lvm +opus pam pax-kernel pch pulseaudio +opengl python +qt5 +sdk +udev vboxwebsrv vnc"