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 786B7158089 for ; Thu, 12 Oct 2023 14:34:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9CDC72BC017; Thu, 12 Oct 2023 14:34:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 885812BC017 for ; Thu, 12 Oct 2023 14:34:53 +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 BFFA0335C2E for ; Thu, 12 Oct 2023 14:34:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B92CE86 for ; Thu, 12 Oct 2023 14:34:51 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1697121276.bbc081cd28032ba4cdbca3e58f0ba2b681908738.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/lvm2/lvm2-2.03.22-r2.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: bbc081cd28032ba4cdbca3e58f0ba2b681908738 X-VCS-Branch: master Date: Thu, 12 Oct 2023 14:34:51 +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: 5a13c0fc-8da8-4cac-bc17-cb0dab862d1a X-Archives-Hash: a2601ba0c477d95a01943eee3ec0209a commit: bbc081cd28032ba4cdbca3e58f0ba2b681908738 Author: David Seifert gentoo org> AuthorDate: Thu Oct 12 14:34:36 2023 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Oct 12 14:34:36 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbc081cd sys-fs/lvm2: fix USE="static -lvm -systemd -udev" Signed-off-by: David Seifert gentoo.org> sys-fs/lvm2/lvm2-2.03.22-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild b/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild index 71d52995f4a3..cac7188abf10 100644 --- a/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.22-r2.ebuild @@ -47,9 +47,9 @@ RDEPEND=" DEPEND=" ${DEPEND_COMMON} static? ( + sys-apps/util-linux[static-libs] lvm? ( dev-libs/libaio[static-libs] - sys-apps/util-linux[static-libs] readline? ( sys-libs/readline[static-libs] ) ) selinux? ( sys-libs/libselinux[static-libs] )