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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C30971581E7 for ; Mon, 29 Apr 2024 10:36:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 37497E29F0; Mon, 29 Apr 2024 10:36:08 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 17A28E29F0 for ; Mon, 29 Apr 2024 10:36:08 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0C79334305E for ; Mon, 29 Apr 2024 10:36:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 48F121768 for ; Mon, 29 Apr 2024 10:36:05 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1714386668.ac25d20f1aeba6156d882cfe13b62f7693cd6271.juippis@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.8a-r1.ebuild X-VCS-Directories: sys-firmware/vgabios/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: ac25d20f1aeba6156d882cfe13b62f7693cd6271 X-VCS-Branch: master Date: Mon, 29 Apr 2024 10:36:05 +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: 9bab9ef4-c8f7-4e6d-b03e-05d3402bd3d4 X-Archives-Hash: 60bbbd3bdd60e29de68c4b5fb9ee26da commit: ac25d20f1aeba6156d882cfe13b62f7693cd6271 Author: Joonas Niilola gentoo org> AuthorDate: Mon Apr 29 10:31:08 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Apr 29 10:31:08 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac25d20f sys-firmware/vgabios: Stabilize 0.8a-r1 x86, #930892 Signed-off-by: Joonas Niilola gentoo.org> sys-firmware/vgabios/vgabios-0.8a-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild b/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild index 8f6a636f2343..e76020edbe79 100644 --- a/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild +++ b/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://savannah.gnu.org/download/${PN}/${P}.tgz" LICENSE="LGPL-2.1+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86" IUSE="binary debug" BDEPEND="!binary? ( sys-devel/dev86 )"