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 64C33158094 for ; Tue, 19 Jul 2022 14:18:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 26C3FE0C41; Tue, 19 Jul 2022 14:18:15 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B838E0C37 for ; Tue, 19 Jul 2022 14:18:14 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3952D340E69 for ; Tue, 19 Jul 2022 14:18:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BE61E543 for ; Tue, 19 Jul 2022 14:18:11 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1658240284.04d3d49b3e01c97ac2767e5224d932c6b5a7c32a.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/os-prober/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/os-prober/os-prober-1.80.ebuild X-VCS-Directories: sys-boot/os-prober/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 04d3d49b3e01c97ac2767e5224d932c6b5a7c32a X-VCS-Branch: master Date: Tue, 19 Jul 2022 14:18:11 +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: 84d1d2a2-0889-4d3b-b012-ba9fe611bab1 X-Archives-Hash: 2571fc66befd62425e48a8657d2859db commit: 04d3d49b3e01c97ac2767e5224d932c6b5a7c32a Author: Ben Kohler gentoo org> AuthorDate: Tue Jul 19 14:10:31 2022 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Jul 19 14:18:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04d3d49b sys-boot/os-prober: stabilize 1.80 for amd64, x86 Signed-off-by: Ben Kohler gentoo.org> sys-boot/os-prober/os-prober-1.80.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/os-prober/os-prober-1.80.ebuild b/sys-boot/os-prober/os-prober-1.80.ebuild index 60466c142031..39b187859a6e 100644 --- a/sys-boot/os-prober/os-prober-1.80.ebuild +++ b/sys-boot/os-prober/os-prober-1.80.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then EGIT_REPO_URI="https://salsa.debian.org/installer-team/${PN}.git" else SRC_URI="mirror://debian/pool/main/${PN::1}/${PN}/${PN}_${PV}.tar.xz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi LICENSE="GPL-3"