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 A982A1382C5 for ; Fri, 28 May 2021 02:27:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE472E09DB; Fri, 28 May 2021 02:27:38 +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 D4188E09DB for ; Fri, 28 May 2021 02:27:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 DCF24340E4C for ; Fri, 28 May 2021 02:27:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 30B4579E for ; Fri, 28 May 2021 02:27:35 +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: <1622168806.0cc56a4da72ebbcfbbef6b23f34f0c29760001c9.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/vhba/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/vhba/vhba-20210418.ebuild X-VCS-Directories: sys-fs/vhba/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0cc56a4da72ebbcfbbef6b23f34f0c29760001c9 X-VCS-Branch: master Date: Fri, 28 May 2021 02:27:35 +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: a8ed45e0-cdeb-4e43-a968-b410d8e3905d X-Archives-Hash: 8fe856cde4ba613e4f0a460a4ec63125 commit: 0cc56a4da72ebbcfbbef6b23f34f0c29760001c9 Author: Sam James gentoo org> AuthorDate: Fri May 28 02:26:46 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 28 02:26:46 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc56a4d sys-fs/vhba: Stabilize 20210418 x86, #792375 Signed-off-by: Sam James gentoo.org> sys-fs/vhba/vhba-20210418.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/vhba/vhba-20210418.ebuild b/sys-fs/vhba/vhba-20210418.ebuild index 458a74bf938..2b51c928f14 100644 --- a/sys-fs/vhba/vhba-20210418.ebuild +++ b/sys-fs/vhba/vhba-20210418.ebuild @@ -13,7 +13,7 @@ S=${WORKDIR}/${MY_P} LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" RDEPEND="virtual/udev"