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 E36281582EF for ; Sat, 08 Mar 2025 14:51:52 +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 CE2A7343050 for ; Sat, 08 Mar 2025 14:51:52 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 3B2C311037D; 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 3621D11037D 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 E27ED34164C 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 44D71289B 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: <1741445485.9a7aca81eab41f963dafb4817bd5f1e31f4a6a1d.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: 9a7aca81eab41f963dafb4817bd5f1e31f4a6a1d 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: 5097067a-7024-4e4e-9370-0bf2ef833f65 X-Archives-Hash: f0ca705d51dbfb17152f9561d91f5d29 commit: 9a7aca81eab41f963dafb4817bd5f1e31f4a6a1d Author: Jakov Smolić gentoo org> AuthorDate: Sat Mar 8 14:51:25 2025 +0000 Commit: Jakov Smolić gentoo org> CommitDate: Sat Mar 8 14:51:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a7aca81 sys-boot/lilo: Stabilize 24.2-r2 amd64, #950859 Signed-off-by: Jakov Smolić gentoo.org> sys-boot/lilo/lilo-24.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-boot/lilo/lilo-24.2-r2.ebuild b/sys-boot/lilo/lilo-24.2-r2.ebuild index f61d2fc53f41..fad1dfa90cae 100644 --- a/sys-boot/lilo/lilo-24.2-r2.ebuild +++ b/sys-boot/lilo/lilo-24.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -18,7 +18,7 @@ SRC_URI=" LICENSE="BSD GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" IUSE="static minimal pxeserial device-mapper"