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 9D3D915808B for ; Wed, 2 Oct 2024 22:54:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A301E29EC; Wed, 2 Oct 2024 22:54:00 +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 4BDACE29EC for ; Wed, 2 Oct 2024 22:54:00 +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 68DD934309C for ; Wed, 2 Oct 2024 22:53:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3671E2806 for ; Wed, 2 Oct 2024 22:53:56 +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: <1727909546.412d06a716a5a1357d917bb6f96869a4cb9691b7.sam@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.82.ebuild X-VCS-Directories: sys-boot/os-prober/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 412d06a716a5a1357d917bb6f96869a4cb9691b7 X-VCS-Branch: master Date: Wed, 2 Oct 2024 22:53:56 +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: cfff4a79-d184-45eb-8bfa-e7e49212621a X-Archives-Hash: e9787a4d20ec65358a74dfd932f1afe5 commit: 412d06a716a5a1357d917bb6f96869a4cb9691b7 Author: Sam James gentoo org> AuthorDate: Wed Oct 2 22:50:28 2024 +0000 Commit: Sam James gentoo org> CommitDate: Wed Oct 2 22:52:26 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=412d06a7 sys-boot/os-prober: Stabilize 1.82 amd64, #940664 Signed-off-by: Sam James gentoo.org> sys-boot/os-prober/os-prober-1.82.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/os-prober/os-prober-1.82.ebuild b/sys-boot/os-prober/os-prober-1.82.ebuild index fdcfafae40df..6763223a4061 100644 --- a/sys-boot/os-prober/os-prober-1.82.ebuild +++ b/sys-boot/os-prober/os-prober-1.82.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"