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 82F391581E7 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 2D507E29F2; 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 0B9B8E29F2 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 09B2234302B 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 21D911753 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: <1714386586.d5db7bb0815807f48c3f1780b019bb2a4d64d5e9.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: d5db7bb0815807f48c3f1780b019bb2a4d64d5e9 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: 5a4abc33-f184-43ca-b184-dcbbd23ec788 X-Archives-Hash: c76351ce516eb3f7285c89670faa1337 commit: d5db7bb0815807f48c3f1780b019bb2a4d64d5e9 Author: Joonas Niilola gentoo org> AuthorDate: Mon Apr 29 10:29:46 2024 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Apr 29 10:29:46 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5db7bb0 sys-firmware/vgabios: Stabilize 0.8a-r1 amd64, #930892 Signed-off-by: Joonas Niilola gentoo.org> sys-firmware/vgabios/vgabios-0.8a-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild b/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild index ed39a5dd8bb1..8f6a636f2343 100644 --- a/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild +++ b/sys-firmware/vgabios/vgabios-0.8a-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -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 )"