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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4004315800F for ; Wed, 18 Jan 2023 12:34:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 67FC4E089A; Wed, 18 Jan 2023 12:34:03 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 4C99DE089A for ; Wed, 18 Jan 2023 12:34:03 +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 65C53340B35 for ; Wed, 18 Jan 2023 12:34:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A23B858 for ; Wed, 18 Jan 2023 12:34:00 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1674045230.25782eb0f14e3ed02ae651d44e0f3259c643b6ab.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/util-linux/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/util-linux/util-linux-2.38.1.ebuild sys-apps/util-linux/util-linux-9999.ebuild X-VCS-Directories: sys-apps/util-linux/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 25782eb0f14e3ed02ae651d44e0f3259c643b6ab X-VCS-Branch: master Date: Wed, 18 Jan 2023 12:34:00 +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: abf8c688-c99a-401d-85ba-d95164901b18 X-Archives-Hash: 066fb85081848c41535879435cbf6075 commit: 25782eb0f14e3ed02ae651d44e0f3259c643b6ab Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jan 18 12:33:18 2023 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Jan 18 12:33:50 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25782eb0 sys-apps/util-linux: add dependency on acct-group/root (needed during install) Signed-off-by: Andreas K. Hüttel gentoo.org> sys-apps/util-linux/util-linux-2.38.1.ebuild | 1 + sys-apps/util-linux/util-linux-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-apps/util-linux/util-linux-2.38.1.ebuild b/sys-apps/util-linux/util-linux-2.38.1.ebuild index 4a3f29503756..f614835c865b 100644 --- a/sys-apps/util-linux/util-linux-2.38.1.ebuild +++ b/sys-apps/util-linux/util-linux-2.38.1.ebuild @@ -65,6 +65,7 @@ BDEPEND=" DEPEND=" ${RDEPEND} virtual/os-headers + acct-group/root " RDEPEND+=" hardlink? ( !app-arch/hardlink ) diff --git a/sys-apps/util-linux/util-linux-9999.ebuild b/sys-apps/util-linux/util-linux-9999.ebuild index b71617b0fc5c..f76687a5bc42 100644 --- a/sys-apps/util-linux/util-linux-9999.ebuild +++ b/sys-apps/util-linux/util-linux-9999.ebuild @@ -65,6 +65,7 @@ BDEPEND=" DEPEND=" ${RDEPEND} virtual/os-headers + acct-group/root " RDEPEND+=" hardlink? ( !app-arch/hardlink )