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 ACA70158649 for ; Thu, 11 May 2023 20:04:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C6B10E0CCD; Thu, 11 May 2023 20:04:01 +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 A932DE0CCD for ; Thu, 11 May 2023 20:04:01 +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 BBBEA340A9D for ; Thu, 11 May 2023 20:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28864A78 for ; Thu, 11 May 2023 20:03:57 +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: <1683835422.d66454c063dc22aeccebb1d8ae0ebe8961eb71f3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-kernel/dracut/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-kernel/dracut/dracut-057-r3.ebuild sys-kernel/dracut/dracut-059.ebuild sys-kernel/dracut/dracut-9999.ebuild X-VCS-Directories: sys-kernel/dracut/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d66454c063dc22aeccebb1d8ae0ebe8961eb71f3 X-VCS-Branch: master Date: Thu, 11 May 2023 20:03:57 +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: 7da56bb9-1630-4669-911b-c4d3c3e32a46 X-Archives-Hash: 25ffb2167cb9ccd6a5a42ea20ea43362 commit: d66454c063dc22aeccebb1d8ae0ebe8961eb71f3 Author: David Seifert gentoo org> AuthorDate: Mon May 8 20:56:04 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu May 11 20:03:42 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d66454c0 sys-kernel/dracut: switch to virtual/openssh Signed-off-by: David Seifert gentoo.org> Signed-off-by: Sam James gentoo.org> sys-kernel/dracut/dracut-057-r3.ebuild | 2 +- sys-kernel/dracut/dracut-059.ebuild | 2 +- sys-kernel/dracut/dracut-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-kernel/dracut/dracut-057-r3.ebuild b/sys-kernel/dracut/dracut-057-r3.ebuild index ce124a2b0cc8..f226bb26ec13 100644 --- a/sys-kernel/dracut/dracut-057-r3.ebuild +++ b/sys-kernel/dracut/dracut-057-r3.ebuild @@ -167,7 +167,7 @@ pkg_postinst() { optfeature "Support NFS" net-fs/nfs-utils net-nds/rpcbind optfeature \ "Install ssh and scp along with config files and specified keys" \ - net-misc/openssh + virtual/openssh optfeature "Enable logging with rsyslog" app-admin/rsyslog optfeature \ "Enable rngd service to help generating entropy early during boot" \ diff --git a/sys-kernel/dracut/dracut-059.ebuild b/sys-kernel/dracut/dracut-059.ebuild index 0701c7f85ce2..20f297121ad8 100644 --- a/sys-kernel/dracut/dracut-059.ebuild +++ b/sys-kernel/dracut/dracut-059.ebuild @@ -165,7 +165,7 @@ pkg_postinst() { optfeature "Support NFS" net-fs/nfs-utils net-nds/rpcbind optfeature \ "Install ssh and scp along with config files and specified keys" \ - net-misc/openssh + virtual/openssh optfeature "Enable logging with rsyslog" app-admin/rsyslog optfeature \ "Enable rngd service to help generating entropy early during boot" \ diff --git a/sys-kernel/dracut/dracut-9999.ebuild b/sys-kernel/dracut/dracut-9999.ebuild index d4f709bbb570..9e7be111f192 100644 --- a/sys-kernel/dracut/dracut-9999.ebuild +++ b/sys-kernel/dracut/dracut-9999.ebuild @@ -165,7 +165,7 @@ pkg_postinst() { optfeature "Support NFS" net-fs/nfs-utils net-nds/rpcbind optfeature \ "Install ssh and scp along with config files and specified keys" \ - net-misc/openssh + virtual/openssh optfeature "Enable logging with rsyslog" app-admin/rsyslog optfeature \ "Enable rngd service to help generating entropy early during boot" \