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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 097B513835B for ; Wed, 6 Jan 2021 03:10:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 438E9E08BF; Wed, 6 Jan 2021 03:10:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F19E2E08BD for ; Wed, 6 Jan 2021 03:10:33 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A146A3411C8 for ; Wed, 6 Jan 2021 03:10:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5C75D493 for ; Wed, 6 Jan 2021 03:10:26 +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: <1609902545.45ddd0966338649a4169cf68318e0d332e9fbf15.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/virtualbox-modules/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/virtualbox-modules/virtualbox-modules-6.1.16-r1.ebuild X-VCS-Directories: app-emulation/virtualbox-modules/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 45ddd0966338649a4169cf68318e0d332e9fbf15 X-VCS-Branch: master Date: Wed, 6 Jan 2021 03:10:26 +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: a49ad933-2790-4c99-9a6c-d2f6e0f5b487 X-Archives-Hash: 3f8f5bad12dd45dd024e1074e66f1897 commit: 45ddd0966338649a4169cf68318e0d332e9fbf15 Author: Sam James gentoo org> AuthorDate: Wed Jan 6 03:09:05 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Jan 6 03:09:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45ddd096 app-emulation/virtualbox-modules: Stabilize 6.1.16-r1 amd64, #750782 Signed-off-by: Sam James gentoo.org> app-emulation/virtualbox-modules/virtualbox-modules-6.1.16-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.16-r1.ebuild b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.16-r1.ebuild index 28c26bd6c0c..0519b12c7cd 100644 --- a/app-emulation/virtualbox-modules/virtualbox-modules-6.1.16-r1.ebuild +++ b/app-emulation/virtualbox-modules/virtualbox-modules-6.1.16-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # XXX: the tarball here is just the kernel modules split out of the binary @@ -16,7 +16,7 @@ SRC_URI="https://dev.gentoo.org/~polynomial-c/virtualbox/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0/$(ver_cut 1-2)" [[ "${PV}" == *_beta* ]] || [[ "${PV}" == *_rc* ]] || \ -KEYWORDS="~amd64" +KEYWORDS="amd64" IUSE="pax_kernel" RDEPEND="!=app-emulation/virtualbox-9999"