Skip to content

Commit

Permalink
app-emulation/libvirt: do not enable xenapi
Browse files Browse the repository at this point in the history
libxl support is sufficient for the xen backend

Closes: https://bugs.gentoo.org/659898
Package-Manager: Portage-2.3.41, Repoman-2.3.9
  • Loading branch information
tamiko committed Jul 3, 2018
1 parent 1cf2906 commit 87e71f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app-emulation/libvirt/libvirt-4.4.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,14 @@ src_configure() {
$(use_with vepa virtualport)
$(use_with virt-network network)
$(use_with wireshark-plugins wireshark-dissector)
$(use_with xen xenapi)
$(use_with xen libxl)
$(use_with zeroconf avahi)
$(use_with zfs storage-zfs)

--without-hal
--without-netcf
--without-sanlock
--without-xenapi

--with-esx
--with-init-script=systemd
Expand Down
2 changes: 1 addition & 1 deletion app-emulation/libvirt/libvirt-4.5.0.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -272,14 +272,14 @@ src_configure() {
$(use_with vepa virtualport)
$(use_with virt-network network)
$(use_with wireshark-plugins wireshark-dissector)
$(use_with xen xenapi)
$(use_with xen libxl)
$(use_with zeroconf avahi)
$(use_with zfs storage-zfs)

--without-hal
--without-netcf
--without-sanlock
--without-xenapi

--with-esx
--with-init-script=systemd
Expand Down

0 comments on commit 87e71f5

Please sign in to comment.