commit: a1eb3c2128be18c83c37f9b7fd6c628eace896a3 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Feb 12 22:49:10 2026 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Feb 12 22:52:17 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1eb3c21
sys-fs/lvm2: tweak USE description for USE=nvme Prompted by https://forums.gentoo.org/viewtopic-t-1176841.html. It's only (currently) used for finding the WWID of a device via libnvme. Signed-off-by: Sam James <sam <AT> gentoo.org> sys-fs/lvm2/metadata.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/sys-fs/lvm2/metadata.xml b/sys-fs/lvm2/metadata.xml index a11a10671e13..fee1f6e2cc28 100644 --- a/sys-fs/lvm2/metadata.xml +++ b/sys-fs/lvm2/metadata.xml @@ -13,7 +13,10 @@ If your system uses LVM2 for managing disks and partitions, enable this flag. </flag> <flag name="sanlock">Enable lvmlockd with support for sanlock</flag> - <flag name="nvme">Build and install NVMe plugin</flag> + <flag name="nvme"> + Build and install NVMe plugin for determining the World-Wide Identification + (WWID) of an NVME device via <pkg>sys-libs/libnvme</pkg>. + </flag> </use> <upstream> <remote-id type="cpe">cpe:/a:heinz_mauelshagen:lvm2</remote-id>
