diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-15 20:03:24 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-12-15 20:03:37 +0000 |
commit | 0325caceb287a5d56ef9f5c08751dec4518d9420 (patch) | |
tree | f8d2365c466391394921d3e5a9fa51c81ec1790d /app-emulation/qemu | |
parent | media-plugins/vdr-wapd: fixed HOMEPAGE, SRC_URI (diff) | |
download | gentoo-0325caceb287a5d56ef9f5c08751dec4518d9420.tar.gz gentoo-0325caceb287a5d56ef9f5c08751dec4518d9420.tar.bz2 gentoo-0325caceb287a5d56ef9f5c08751dec4518d9420.zip |
app-emulation/qemu: plugins are mutually exclusing to static*
Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-emulation/qemu')
-rw-r--r-- | app-emulation/qemu/qemu-4.2.0.ebuild | 7 | ||||
-rw-r--r-- | app-emulation/qemu/qemu-9999.ebuild | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/app-emulation/qemu/qemu-4.2.0.ebuild b/app-emulation/qemu/qemu-4.2.0.ebuild index 0c4b0cdd9a49..1e29f9d0d66f 100644 --- a/app-emulation/qemu/qemu-4.2.0.ebuild +++ b/app-emulation/qemu/qemu-4.2.0.ebuild @@ -64,9 +64,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) - static? ( static-user !alsa !gtk !opengl !pulseaudio !snappy ) + static? ( static-user !alsa !gtk !opengl !pulseaudio !snappy !plugins ) + static-user? ( !plugins ) virtfs? ( xattr ) - vte? ( gtk )" + vte? ( gtk ) + plugins? ( !static !static-user ) +" # Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) # and user/softmmu targets (qemu-*, qemu-system-*). diff --git a/app-emulation/qemu/qemu-9999.ebuild b/app-emulation/qemu/qemu-9999.ebuild index bef3b263a0ea..d73c7d8113cb 100644 --- a/app-emulation/qemu/qemu-9999.ebuild +++ b/app-emulation/qemu/qemu-9999.ebuild @@ -64,9 +64,12 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE} qemu_softmmu_targets_ppc? ( fdt ) qemu_softmmu_targets_riscv32? ( fdt ) qemu_softmmu_targets_riscv64? ( fdt ) - static? ( static-user !alsa !gtk !opengl !pulseaudio !snappy ) + static? ( static-user !alsa !gtk !opengl !pulseaudio !snappy !plugins ) + static-user? ( !plugins ) virtfs? ( xattr ) - vte? ( gtk )" + vte? ( gtk ) + plugins? ( !static !static-user ) +" # Dependencies required for qemu tools (qemu-nbd, qemu-img, qemu-io, ...) # and user/softmmu targets (qemu-*, qemu-system-*). |