diff options
author | John Helmert III <ajak@gentoo.org> | 2022-02-01 21:47:12 -0600 |
---|---|---|
committer | John Helmert III <ajak@gentoo.org> | 2022-02-01 21:47:12 -0600 |
commit | bdac7bbf8994e32182af9cef1d9a6a013912e3d3 (patch) | |
tree | d4faf8a9a343e421c1dada658844887591ac08e7 /app-emulation | |
parent | net-irc/kvirc: rename 5.2_pre20210630233331 back to ___-r1 (diff) | |
download | gentoo-bdac7bbf8994e32182af9cef1d9a6a013912e3d3.tar.gz gentoo-bdac7bbf8994e32182af9cef1d9a6a013912e3d3.tar.bz2 gentoo-bdac7bbf8994e32182af9cef1d9a6a013912e3d3.zip |
app-emulation/qemu: REQUIRED_USE+="vnc? ( gnutls )"
Closes: https://bugs.gentoo.org/832494
Signed-off-by: John Helmert III <ajak@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-6.2.0-r3.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-6.2.0.ebuild | 3 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/app-emulation/qemu/qemu-6.2.0-r3.ebuild b/app-emulation/qemu/qemu-6.2.0-r3.ebuild index 7c6d561d686e..db762f299003 100644 --- a/app-emulation/qemu/qemu-6.2.0-r3.ebuild +++ b/app-emulation/qemu/qemu-6.2.0-r3.ebuild @@ -33,7 +33,7 @@ LICENSE="GPL-2 LGPL-2 BSD-2" SLOT="0" IUSE="accessibility +aio alsa bpf bzip2 capstone +caps +curl debug +doc - +fdt fuse glusterfs gnutls gtk infiniband iscsi io-uring + +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg lzo multipath ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs @@ -112,6 +112,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} vhost-user-fs? ( caps seccomp ) virgl? ( opengl ) virtfs? ( caps xattr ) + vnc? ( gnutls ) vte? ( gtk ) multipath? ( udev ) plugins? ( !static !static-user ) diff --git a/app-emulation/qemu/qemu-6.2.0.ebuild b/app-emulation/qemu/qemu-6.2.0.ebuild index 36d76fd8c8bf..6706d55c77fc 100644 --- a/app-emulation/qemu/qemu-6.2.0.ebuild +++ b/app-emulation/qemu/qemu-6.2.0.ebuild @@ -33,7 +33,7 @@ LICENSE="GPL-2 LGPL-2 BSD-2" SLOT="0" IUSE="accessibility +aio alsa bpf bzip2 capstone +caps +curl debug +doc - +fdt fuse glusterfs gnutls gtk infiniband iscsi io-uring + +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg lzo multipath ncurses nfs nls numa opengl +oss +pin-upstream-blobs @@ -112,6 +112,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} vhost-user-fs? ( caps seccomp ) virgl? ( opengl ) virtfs? ( caps xattr ) + vnc? ( gnutls ) vte? ( gtk ) multipath? ( udev ) plugins? ( !static !static-user ) diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index d81060ed102b..6371ac61682b 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -33,7 +33,7 @@ LICENSE="GPL-2 LGPL-2 BSD-2" SLOT="0" IUSE="accessibility +aio alsa bpf bzip2 capstone +caps +curl debug +doc - +fdt fuse glusterfs gnutls gtk infiniband iscsi io-uring + +fdt fuse glusterfs +gnutls gtk infiniband iscsi io-uring jack jemalloc +jpeg lzo multipath ncurses nfs nls numa opengl +oss pam +pin-upstream-blobs @@ -112,6 +112,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} vhost-user-fs? ( caps seccomp ) virgl? ( opengl ) virtfs? ( caps xattr ) + vnc? ( gnutls ) vte? ( gtk ) multipath? ( udev ) plugins? ( !static !static-user ) |