summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-01-01 21:04:20 +0000
committerSam James <sam@gentoo.org>2023-01-01 21:04:37 +0000
commite31bcf83eb070afb477f68cf9e22387a3f95e592 (patch)
tree7e4b2a24361a0de15f2f3dc6f4afcee16084848e
parentdev-libs/libclc: Add 16.0.0_pre20230101 snapshot (diff)
downloadgentoo-e31bcf83.tar.gz
gentoo-e31bcf83.tar.bz2
gentoo-e31bcf83.zip
sys-fs/lvm2: disable LVM and thin by default
See https://www.gentoo.org/support/news-items/2022-11-19-lvm2-default-USE-flags.html. Closes: https://bugs.gentoo.org/476908 Closes: https://bugs.gentoo.org/718910 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--sys-fs/lvm2/lvm2-2.03.14-r5.ebuild4
-rw-r--r--sys-fs/lvm2/lvm2-2.03.17-r1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild b/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild
index 28ca34698ab5..f07d1b50f8f3 100644
--- a/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild
+++ b/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -14,7 +14,7 @@ SRC_URI="ftp://sourceware.org/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
-IUSE="readline static static-libs systemd +lvm lvm2create-initrd sanlock selinux +udev +thin"
+IUSE="readline static static-libs systemd lvm lvm2create-initrd sanlock selinux +udev thin"
REQUIRED_USE="!lvm? ( !lvm2create-initrd !sanlock !thin )
static? ( !systemd !udev )
static-libs? ( static !udev )
diff --git a/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild b/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild
index 6fa0f49415ea..1b9f4153fdf3 100644
--- a/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild
+++ b/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -14,7 +14,7 @@ S="${WORKDIR}/${PN^^}.${PV}"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
-IUSE="+lvm lvm2create-initrd readline sanlock selinux static static-libs systemd +thin +udev"
+IUSE="lvm lvm2create-initrd readline sanlock selinux static static-libs systemd thin +udev"
REQUIRED_USE="
static? ( !systemd !udev )
static-libs? ( static !udev )