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 4F969138359 for ; Wed, 19 Aug 2020 22:40:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A8C1E0AD3; Wed, 19 Aug 2020 22:40:47 +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 CFD32E0AD4 for ; Wed, 19 Aug 2020 22:40:46 +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 7952334F429 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 4C90A334 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: <1597876756.0ef3c0d43264c3c75d0638c502342c92ebcbdfac.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/sgabios/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild X-VCS-Directories: sys-firmware/sgabios/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0ef3c0d43264c3c75d0638c502342c92ebcbdfac 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: 3c63ebda-5612-4076-b867-39222cc0e527 X-Archives-Hash: d6c547bdb192a6a064949ea44db45f1a commit: 0ef3c0d43264c3c75d0638c502342c92ebcbdfac Author: Sam James gentoo org> AuthorDate: Wed Aug 19 22:39:16 2020 +0000 Commit: Sam James gentoo org> CommitDate: Wed Aug 19 22:39:16 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ef3c0d4 sys-firmware/sgabios: arm64 stable (bug #738056) Package-Manager: Portage-3.0.3, Repoman-3.0.0 Signed-off-by: Sam James gentoo.org> sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild index f12696f77a4..cfa1211864d 100644 --- a/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild +++ b/sys-firmware/sgabios/sgabios-0.1_pre8-r1.ebuild @@ -13,7 +13,7 @@ SRC_URI="mirror://gentoo/${P}.tar.xz LICENSE="Apache-2.0" SLOT="0" -KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sparc x86" IUSE="+binary" REQUIRED_USE="!amd64? ( !x86? ( binary ) )"