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 06601158041 for ; Thu, 29 Feb 2024 17:57:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 344BDE2A80; Thu, 29 Feb 2024 17:57:37 +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 10E6FE2A80 for ; Thu, 29 Feb 2024 17:57:37 +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 07011343024 for ; Thu, 29 Feb 2024 17:57:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5BC7314E6 for ; Thu, 29 Feb 2024 17:57:34 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1709229362.10002d6365831bc1e3b0df4e0893bc904f4734c2.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dracut/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/dracut/dracut-060_pre20240104-r2.ebuild sys-kernel/dracut/dracut-060_pre20240104-r3.ebuild sys-kernel/dracut/dracut-9999.ebuild X-VCS-Directories: sys-kernel/dracut/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 10002d6365831bc1e3b0df4e0893bc904f4734c2 X-VCS-Branch: master Date: Thu, 29 Feb 2024 17:57:34 +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: 528ecc6b-51bc-463b-adc2-a5597a8d544b X-Archives-Hash: 9d18f1e65518f406820dd8bcefe9a394 commit: 10002d6365831bc1e3b0df4e0893bc904f4734c2 Author: Matt Turner gentoo org> AuthorDate: Thu Feb 29 16:53:03 2024 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Feb 29 17:56:02 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10002d63 sys-kernel/dracut: Depend on virtual/pkgconfig[native-symlinks(+)] It's used by dracut at runtime to determine various things about the current system. See https://github.com/dracutdevs/dracut/blob/6c80408c8644a0add1907b0593eb83f90d6247b1/dracut.sh#L1401-L1472 Signed-off-by: Matt Turner gentoo.org> ...racut-060_pre20240104-r2.ebuild => dracut-060_pre20240104-r3.ebuild} | 2 +- sys-kernel/dracut/dracut-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sys-kernel/dracut/dracut-060_pre20240104-r2.ebuild b/sys-kernel/dracut/dracut-060_pre20240104-r3.ebuild similarity index 99% rename from sys-kernel/dracut/dracut-060_pre20240104-r2.ebuild rename to sys-kernel/dracut/dracut-060_pre20240104-r3.ebuild index 8f88837557dd..686d0c5384f0 100644 --- a/sys-kernel/dracut/dracut-060_pre20240104-r2.ebuild +++ b/sys-kernel/dracut/dracut-060_pre20240104-r3.ebuild @@ -41,7 +41,7 @@ RDEPEND=" sys-apps/s6-linux-init[sysv-utils(-)] ) >=sys-apps/util-linux-2.21 - virtual/pkgconfig + virtual/pkgconfig[native-symlinks(+)] virtual/udev elibc_musl? ( sys-libs/fts-standalone ) diff --git a/sys-kernel/dracut/dracut-9999.ebuild b/sys-kernel/dracut/dracut-9999.ebuild index aef6ae936fdb..7c9bc8327b21 100644 --- a/sys-kernel/dracut/dracut-9999.ebuild +++ b/sys-kernel/dracut/dracut-9999.ebuild @@ -41,7 +41,7 @@ RDEPEND=" sys-apps/s6-linux-init[sysv-utils(-)] ) >=sys-apps/util-linux-2.21 - virtual/pkgconfig + virtual/pkgconfig[native-symlinks(+)] virtual/udev elibc_musl? ( sys-libs/fts-standalone )