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 7D90C158095 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 577E1E1014; Sun, 24 Jul 2022 23:23:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 1816EE1014 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 265C7340F1D 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 8C6A454D 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.c11d5d0fdd906b6f6cc63f2606621d58904f6dab.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-additions/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox-additions/virtualbox-additions-6.1.34.ebuild X-VCS-Directories: app-emulation/virtualbox-additions/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c11d5d0fdd906b6f6cc63f2606621d58904f6dab 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: 4bcb9f8e-af88-4e0e-a5d9-45c3dd9cfe01 X-Archives-Hash: 8b0168a1478b8a34fb4e6a86b91bd70c commit: c11d5d0fdd906b6f6cc63f2606621d58904f6dab 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=c11d5d0f app-emulation/virtualbox-additions: Stabilize 6.1.34 amd64, #860813 Signed-off-by: Sam James gentoo.org> app-emulation/virtualbox-additions/virtualbox-additions-6.1.34.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virtualbox-additions/virtualbox-additions-6.1.34.ebuild b/app-emulation/virtualbox-additions/virtualbox-additions-6.1.34.ebuild index dee7c12719a6..cbca355c75d6 100644 --- a/app-emulation/virtualbox-additions/virtualbox-additions-6.1.34.ebuild +++ b/app-emulation/virtualbox-additions/virtualbox-additions-6.1.34.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://download.virtualbox.org/virtualbox/${MY_PV}/${MY_P}.iso" LICENSE="GPL-2+ LGPL-2.1+ MIT SGI-B-2.0 CDDL" SLOT="0/$(ver_cut 1-2)" [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \ -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="" RESTRICT="mirror"