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 69C4415800A for ; Sat, 22 Jul 2023 21:01:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9479DE084A; Sat, 22 Jul 2023 21:01:17 +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 7367EE084A for ; Sat, 22 Jul 2023 21:01:17 +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 48C72340CFA for ; Sat, 22 Jul 2023 21:01:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7FF80B8C for ; Sat, 22 Jul 2023 21:01:14 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1690059634.c5aa6e1da5476d4444009cf6017c2fde11b805a3.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/systemd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/systemd/systemd-254_rc2.ebuild X-VCS-Directories: sys-apps/systemd/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: c5aa6e1da5476d4444009cf6017c2fde11b805a3 X-VCS-Branch: master Date: Sat, 22 Jul 2023 21:01:14 +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: 59fdcdfc-be23-4f65-839b-acc2ce697309 X-Archives-Hash: 60256f8085fb612ed6bf0dc21cb29f34 commit: c5aa6e1da5476d4444009cf6017c2fde11b805a3 Author: Mike Gilbert gentoo org> AuthorDate: Sat Jul 22 21:00:34 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Jul 22 21:00:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5aa6e1d sys-apps/systemd: apply initrd-generators patch to 254 Signed-off-by: Mike Gilbert gentoo.org> sys-apps/systemd/systemd-254_rc2.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sys-apps/systemd/systemd-254_rc2.ebuild b/sys-apps/systemd/systemd-254_rc2.ebuild index 0bd6dcb2fb85..494249a2edd6 100644 --- a/sys-apps/systemd/systemd-254_rc2.ebuild +++ b/sys-apps/systemd/systemd-254_rc2.ebuild @@ -240,6 +240,7 @@ src_unpack() { src_prepare() { local PATCHES=( + "${FILESDIR}/systemd-253-initrd-generators.patch" ) if ! use vanilla; then