From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id D5D3B1582EF for ; Sat, 08 Mar 2025 14:51:53 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id C2345343029 for ; Sat, 08 Mar 2025 14:51:53 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 463DF1103A8; Sat, 08 Mar 2025 14:51:47 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 411181103A8 for ; Sat, 08 Mar 2025 14:51:47 +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 F0AAD341707 for ; Sat, 08 Mar 2025 14:51:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59529289D for ; Sat, 08 Mar 2025 14:51:45 +0000 (UTC) From: "Jakov Smolić" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jakov Smolić" Message-ID: <1741445487.ba5b2faa304f767b5375e15263c6818edc31a581.jsmolic@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-boot/lilo/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-boot/lilo/lilo-24.2-r2.ebuild X-VCS-Directories: sys-boot/lilo/ X-VCS-Committer: jsmolic X-VCS-Committer-Name: Jakov Smolić X-VCS-Revision: ba5b2faa304f767b5375e15263c6818edc31a581 X-VCS-Branch: master Date: Sat, 08 Mar 2025 14:51:45 +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: a3b961ed-e6c3-49ec-b524-bad120e1b27c X-Archives-Hash: d039541f4028a5e88e926811ba1e4741 commit: ba5b2faa304f767b5375e15263c6818edc31a581 Author: Jakov Smolić gentoo org> AuthorDate: Sat Mar 8 14:51:27 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Mar 8 14:51:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba5b2faa sys-boot/lilo: Stabilize 24.2-r2 x86, #950859 Signed-off-by: Jakov Smolić gentoo.org> sys-boot/lilo/lilo-24.2-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-boot/lilo/lilo-24.2-r2.ebuild b/sys-boot/lilo/lilo-24.2-r2.ebuild index fad1dfa90cae..7f26cefbf275 100644 --- a/sys-boot/lilo/lilo-24.2-r2.ebuild +++ b/sys-boot/lilo/lilo-24.2-r2.ebuild @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* amd64 x86" IUSE="static minimal pxeserial device-mapper"