Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/lvm2/
Date: Sun, 01 Jan 2023 21:05:51
Message-Id: 1672607077.e31bcf83eb070afb477f68cf9e22387a3f95e592.sam@gentoo
1 commit: e31bcf83eb070afb477f68cf9e22387a3f95e592
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 1 21:04:20 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 1 21:04:37 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e31bcf83
7
8 sys-fs/lvm2: disable LVM and thin by default
9
10 See https://www.gentoo.org/support/news-items/2022-11-19-lvm2-default-USE-flags.html.
11
12 Closes: https://bugs.gentoo.org/476908
13 Closes: https://bugs.gentoo.org/718910
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 sys-fs/lvm2/lvm2-2.03.14-r5.ebuild | 4 ++--
17 sys-fs/lvm2/lvm2-2.03.17-r1.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild b/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild
21 index 28ca34698ab5..f07d1b50f8f3 100644
22 --- a/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild
23 +++ b/sys-fs/lvm2/lvm2-2.03.14-r5.ebuild
24 @@ -1,4 +1,4 @@
25 -# Copyright 1999-2022 Gentoo Authors
26 +# Copyright 1999-2023 Gentoo Authors
27 # Distributed under the terms of the GNU General Public License v2
28
29 EAPI=7
30 @@ -14,7 +14,7 @@ SRC_URI="ftp://sourceware.org/pub/lvm2/${PN/lvm/LVM}.${PV}.tgz
31 LICENSE="GPL-2"
32 SLOT="0"
33 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux"
34 -IUSE="readline static static-libs systemd +lvm lvm2create-initrd sanlock selinux +udev +thin"
35 +IUSE="readline static static-libs systemd lvm lvm2create-initrd sanlock selinux +udev thin"
36 REQUIRED_USE="!lvm? ( !lvm2create-initrd !sanlock !thin )
37 static? ( !systemd !udev )
38 static-libs? ( static !udev )
39
40 diff --git a/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild b/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild
41 index 6fa0f49415ea..1b9f4153fdf3 100644
42 --- a/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild
43 +++ b/sys-fs/lvm2/lvm2-2.03.17-r1.ebuild
44 @@ -1,4 +1,4 @@
45 -# Copyright 1999-2022 Gentoo Authors
46 +# Copyright 1999-2023 Gentoo Authors
47 # Distributed under the terms of the GNU General Public License v2
48
49 EAPI=8
50 @@ -14,7 +14,7 @@ S="${WORKDIR}/${PN^^}.${PV}"
51 LICENSE="GPL-2"
52 SLOT="0"
53 KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux"
54 -IUSE="+lvm lvm2create-initrd readline sanlock selinux static static-libs systemd +thin +udev"
55 +IUSE="lvm lvm2create-initrd readline sanlock selinux static static-libs systemd thin +udev"
56 REQUIRED_USE="
57 static? ( !systemd !udev )
58 static-libs? ( static !udev )