commit:     e31bcf83eb070afb477f68cf9e22387a3f95e592
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jan  1 21:04:20 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jan  1 21:04:37 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31bcf83

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 <AT> gentoo.org>

 sys-fs/lvm2/lvm2-2.03.14-r5.ebuild | 4 ++--
 sys-fs/lvm2/lvm2-2.03.17-r1.ebuild | 4 ++--
 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 )

Reply via email to