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 A51DD158086 for ; Mon, 22 Nov 2021 17:51:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7F00E0855; Mon, 22 Nov 2021 17:51:48 +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 AA1FEE0855 for ; Mon, 22 Nov 2021 17:51:48 +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 8A60234302C for ; Mon, 22 Nov 2021 17:51:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED4718E for ; Mon, 22 Nov 2021 17:51:45 +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: <1637603350.d58f912e7c3d7f2bdf74d7fd18ab8669cdb480ec.floppym@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.14.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: d58f912e7c3d7f2bdf74d7fd18ab8669cdb480ec X-VCS-Branch: master Date: Mon, 22 Nov 2021 17:51:45 +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: 819a10b9-c4cb-4584-9976-fb45575aeb8b X-Archives-Hash: 6b57f81e5f121b49cc79383514491478 commit: d58f912e7c3d7f2bdf74d7fd18ab8669cdb480ec Author: Mike Gilbert gentoo org> AuthorDate: Mon Nov 22 17:49:10 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Nov 22 17:49:10 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d58f912e sys-fs/lvm2: set REQUIRED_USE="static-libs? ( static )" This is necessary to ensure we get static libs without applying ${P}-always-make-static-libdm.patch. Closes: https://bugs.gentoo.org/824262 Signed-off-by: Mike Gilbert gentoo.org> sys-fs/lvm2/lvm2-2.03.14.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-fs/lvm2/lvm2-2.03.14.ebuild b/sys-fs/lvm2/lvm2-2.03.14.ebuild index d95b20485c02..f27b82cc4ef0 100644 --- a/sys-fs/lvm2/lvm2-2.03.14.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.14.ebuild @@ -16,7 +16,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~ IUSE="readline static static-libs systemd lvm2create-initrd sanlock selinux +udev +thin device-mapper-only" REQUIRED_USE="device-mapper-only? ( !lvm2create-initrd !sanlock !thin ) static? ( !systemd !udev ) - static-libs? ( !udev ) + static-libs? ( static !udev ) systemd? ( udev )" DEPEND_COMMON="