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 62C67138359 for ; Wed, 19 Aug 2020 22:40:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B16DE0AE2; Wed, 19 Aug 2020 22:40:47 +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 21738E0AD6 for ; Wed, 19 Aug 2020 22:40:47 +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 78DA934F408 for ; Wed, 19 Aug 2020 22:40:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 14D2C330 for ; Wed, 19 Aug 2020 22:40:28 +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: <1597876685.eed722f0e67880ab23d5e6542954b254b7ef8bdc.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/ipxe/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild X-VCS-Directories: sys-firmware/ipxe/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: eed722f0e67880ab23d5e6542954b254b7ef8bdc X-VCS-Branch: master Date: Wed, 19 Aug 2020 22:40:28 +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: df95bf99-cedd-4698-a968-94e74e0d5d0e X-Archives-Hash: 480258a584c9656d5d6e8a050dc31b28 commit: eed722f0e67880ab23d5e6542954b254b7ef8bdc Author: Sam James gentoo org> AuthorDate: Wed Aug 19 22:38:05 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 19 22:38:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eed722f0 sys-firmware/ipxe: arm64 stable (bug #738056) Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Sam James gentoo.org> sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild b/sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild index a8318d879f4..787013fee79 100644 --- a/sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild +++ b/sys-firmware/ipxe/ipxe-1.0.0_p20190728.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 x86" IUSE="+binary efi ipv6 iso lkrn +qemu undi usb vmware" REQUIRED_USE="!amd64? ( !x86? ( binary ) )"