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 C95FE1382C5 for ; Sun, 28 Mar 2021 07:14:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC530E0877; Sun, 28 Mar 2021 07:14:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D2D2AE0877 for ; Sun, 28 Mar 2021 07:14:17 +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 6E036340C44 for ; Sun, 28 Mar 2021 07:14:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F13B9637 for ; Sun, 28 Mar 2021 07:14:14 +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: <1616915460.24e109c1846b7a222d6e7a7a80beaa93d25f0587.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-firmware/vgabios/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-firmware/vgabios/vgabios-0.7a-r1.ebuild X-VCS-Directories: sys-firmware/vgabios/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 24e109c1846b7a222d6e7a7a80beaa93d25f0587 X-VCS-Branch: master Date: Sun, 28 Mar 2021 07:14:14 +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: c9bbc0e9-cf70-4d0e-acb3-53ba945f5fc6 X-Archives-Hash: e702167acf15875ba04c9e678978e4b0 commit: 24e109c1846b7a222d6e7a7a80beaa93d25f0587 Author: Sam James gentoo org> AuthorDate: Sun Mar 28 07:11:00 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 28 07:11:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24e109c1 sys-firmware/vgabios: Keyword 0.7a-r1 arm, #600508 Signed-off-by: Sam James gentoo.org> sys-firmware/vgabios/vgabios-0.7a-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/vgabios/vgabios-0.7a-r1.ebuild b/sys-firmware/vgabios/vgabios-0.7a-r1.ebuild index aa925da5018..2c564d82757 100644 --- a/sys-firmware/vgabios/vgabios-0.7a-r1.ebuild +++ b/sys-firmware/vgabios/vgabios-0.7a-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 EAPI=7 @@ -14,7 +14,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tgz LICENSE="LGPL-2.1" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" IUSE="binary debug" BDEPEND="!binary? ( sys-devel/dev86 )"