diff options
author | 2024-01-17 09:50:02 +0100 | |
---|---|---|
committer | 2024-01-18 19:46:22 +0000 | |
commit | 68d285e277a68d32668f34f537a36968f0a670bc (patch) | |
tree | f2328ccb093b8a06349d915a233f51126823e032 /app-emulation/libvirt/metadata.xml | |
parent | dev-python/google-auth: Remove old (diff) | |
download | gentoo-68d285e277a68d32668f34f537a36968f0a670bc.tar.gz gentoo-68d285e277a68d32668f34f537a36968f0a670bc.tar.bz2 gentoo-68d285e277a68d32668f34f537a36968f0a670bc.zip |
app-emulation/libvirt: Update live ebuild
Starting from its upstream commit of v9.9.0-rc1~108 libvirt can
now use nbdkit to access network disks. The commit introduced new
meson option (-Dnbdkit), which is basically just a rename of an
old one (-Dlibnbd). We didn't expose the old one, but it makes
sense to export the new one for proper deps tracking.
But because nbdkit is available only on a small subset of arches,
the useflag has to be masked on other arches that doesn't have
sys-block/nbdkit.
Signed-off-by: Michal Privoznik <michal.privoznik@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-emulation/libvirt/metadata.xml')
-rw-r--r-- | app-emulation/libvirt/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/app-emulation/libvirt/metadata.xml b/app-emulation/libvirt/metadata.xml index 9784c19f4174..115eb8299c81 100644 --- a/app-emulation/libvirt/metadata.xml +++ b/app-emulation/libvirt/metadata.xml @@ -25,6 +25,9 @@ Allow using the Logical Volume Manager (<pkg>sys-fs/lvm2</pkg>) as pool for disk image storage </flag> + <flag name="nbd"> + Allow using <pkg>sys-block/nbdkit</pkg> to access network disks + </flag> <flag name="nfs"> Allow using Network File System mounts as pool for disk image storage </flag> |