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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 96219158042 for ; Tue, 7 Sep 2021 17:37:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3CC46E091A; Tue, 7 Sep 2021 17:37:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2026AE091A for ; Tue, 7 Sep 2021 17:37:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BBD40335D8E for ; Tue, 7 Sep 2021 17:37:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E883EBF for ; Tue, 7 Sep 2021 17:37:43 +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: <1631036181.b5b6979703ec61977aa6a597f2ca5cb330e8c30b.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.02.188-r1.ebuild sys-fs/lvm2/lvm2-2.02.188-r2.ebuild sys-fs/lvm2/lvm2-2.03.13-r1.ebuild sys-fs/lvm2/lvm2-2.03.13-r2.ebuild X-VCS-Directories: sys-fs/lvm2/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: b5b6979703ec61977aa6a597f2ca5cb330e8c30b X-VCS-Branch: master Date: Tue, 7 Sep 2021 17:37:43 +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: bb9d4541-f5b4-4730-bc76-85f14940d33e X-Archives-Hash: d240ee0df0751551bc5541547ee264e9 commit: b5b6979703ec61977aa6a597f2ca5cb330e8c30b Author: Mike Gilbert gentoo org> AuthorDate: Sun Sep 5 00:53:55 2021 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Tue Sep 7 17:36:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5b69797 sys-fs/lvm2: drop udev static libs Signed-off-by: Mike Gilbert gentoo.org> sys-fs/lvm2/{lvm2-2.02.188-r1.ebuild => lvm2-2.02.188-r2.ebuild} | 6 +++--- sys-fs/lvm2/{lvm2-2.03.13-r1.ebuild => lvm2-2.03.13-r2.ebuild} | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/sys-fs/lvm2/lvm2-2.02.188-r1.ebuild b/sys-fs/lvm2/lvm2-2.02.188-r2.ebuild similarity index 98% rename from sys-fs/lvm2/lvm2-2.02.188-r1.ebuild rename to sys-fs/lvm2/lvm2-2.02.188-r2.ebuild index 2b7cb69fcda..a6c786adcc2 100644 --- a/sys-fs/lvm2/lvm2-2.02.188-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.02.188-r2.ebuild @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux" 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 ) + static? ( !systemd !udev ) + static-libs? ( !udev ) systemd? ( udev )" DEPEND_COMMON=" @@ -24,7 +25,7 @@ DEPEND_COMMON=" readline? ( sys-libs/readline:0= ) sanlock? ( sys-cluster/sanlock ) systemd? ( >=sys-apps/systemd-205:0= ) - udev? ( >=virtual/libudev-208:=[static-libs(-)?] )" + udev? ( >=virtual/libudev-208:= )" # /run is now required for locking during early boot. /var cannot be assumed to # be available -- thus, pull in recent enough baselayout for /run. # This version of LVM is incompatible with cryptsetup <1.1.2. @@ -41,7 +42,6 @@ DEPEND="${DEPEND_COMMON} static? ( selinux? ( sys-libs/libselinux[static-libs] ) >=sys-apps/util-linux-2.16[static-libs] - udev? ( >=virtual/libudev-208:=[static-libs] ) )" BDEPEND=" sys-devel/autoconf-archive diff --git a/sys-fs/lvm2/lvm2-2.03.13-r1.ebuild b/sys-fs/lvm2/lvm2-2.03.13-r2.ebuild similarity index 98% rename from sys-fs/lvm2/lvm2-2.03.13-r1.ebuild rename to sys-fs/lvm2/lvm2-2.03.13-r2.ebuild index 191e8880d54..f6c64e6f5d1 100644 --- a/sys-fs/lvm2/lvm2-2.03.13-r1.ebuild +++ b/sys-fs/lvm2/lvm2-2.03.13-r2.ebuild @@ -14,7 +14,8 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" 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 ) + static? ( !systemd !udev ) + static-libs? ( !udev ) systemd? ( udev )" DEPEND_COMMON=" @@ -24,7 +25,7 @@ DEPEND_COMMON=" readline? ( sys-libs/readline:0= ) sanlock? ( sys-cluster/sanlock ) systemd? ( >=sys-apps/systemd-205:0= ) - udev? ( >=virtual/libudev-208:=[static-libs(-)?] )" + udev? ( >=virtual/libudev-208:= )" # /run is now required for locking during early boot. /var cannot be assumed to # be available -- thus, pull in recent enough baselayout for /run. # This version of LVM is incompatible with cryptsetup <1.1.2. @@ -41,7 +42,6 @@ DEPEND="${DEPEND_COMMON} static? ( selinux? ( sys-libs/libselinux[static-libs] ) >=sys-apps/util-linux-2.16[static-libs] - udev? ( >=virtual/libudev-208:=[static-libs] ) )" BDEPEND=" sys-devel/autoconf-archive