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 29B18138334 for ; Thu, 18 Apr 2019 20:32:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 44FDEE0AA5; Thu, 18 Apr 2019 20:32:17 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 285D3E0AA5 for ; Thu, 18 Apr 2019 20:32:17 +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 9F7093418DA for ; Thu, 18 Apr 2019 20:32:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E87445D3 for ; Thu, 18 Apr 2019 20:32:11 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1555619522.bd119988ef822da9c1b9ee26241fa94742327c9e.whissi@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-5.2.26.ebuild X-VCS-Directories: app-emulation/virtualbox-modules/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: bd119988ef822da9c1b9ee26241fa94742327c9e X-VCS-Branch: master Date: Thu, 18 Apr 2019 20:32:11 +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: 722236e1-4bf2-4918-8c91-69c82ad83513 X-Archives-Hash: 1c413ee8b321c6a9cd508711c07416ad commit: bd119988ef822da9c1b9ee26241fa94742327c9e Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 18 20:24:43 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 18 20:32:02 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd119988 app-emulation/virtualbox-modules: x86 stable (bug #682868) Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> app-emulation/virtualbox-modules/virtualbox-modules-5.2.26.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emulation/virtualbox-modules/virtualbox-modules-5.2.26.ebuild b/app-emulation/virtualbox-modules/virtualbox-modules-5.2.26.ebuild index 1944f0a5809..c0ab27d0eef 100644 --- a/app-emulation/virtualbox-modules/virtualbox-modules-5.2.26.ebuild +++ b/app-emulation/virtualbox-modules/virtualbox-modules-5.2.26.ebuild @@ -15,7 +15,7 @@ SRC_URI="https://dev.gentoo.org/~polynomial-c/virtualbox/${MY_P}.tar.xz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="pax_kernel" RDEPEND="!=app-emulation/virtualbox-9999"