diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2016-03-15 12:22:28 -0500 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2016-03-15 12:23:06 -0500 |
commit | 5977bd9d11ebdfde51871fc1509dc6ebefed7e8b (patch) | |
tree | 25554f2ff9bf32d8c2a20ae41e3dbf78b18eee51 /app-emulation | |
parent | media-libs/libsdl2: arm stable, bug #573740 (diff) | |
download | gentoo-5977bd9d11ebdfde51871fc1509dc6ebefed7e8b.tar.gz gentoo-5977bd9d11ebdfde51871fc1509dc6ebefed7e8b.tar.bz2 gentoo-5977bd9d11ebdfde51871fc1509dc6ebefed7e8b.zip |
app-emulation/qemu: fix arm depends for libseccomp
arm needs libseccomp 2.2.3 or newer for QEMU to be able to utilize it.
Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/qemu/qemu-2.5.0-r1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-emulation/qemu/qemu-2.5.0-r1.ebuild b/app-emulation/qemu/qemu-2.5.0-r1.ebuild index 5037f8d30b49..53d8132780b4 100644 --- a/app-emulation/qemu/qemu-2.5.0-r1.ebuild +++ b/app-emulation/qemu/qemu-2.5.0-r1.ebuild @@ -123,6 +123,7 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND} ) ) seccomp? ( + arm? ( >=sys-libs/libseccomp-2.2.3[static-libs(+)] ) arm64? ( >=sys-libs/libseccomp-2.2.3[static-libs(+)] ) >=sys-libs/libseccomp-2.1.0[static-libs(+)] ) |