app-emulation/qemu: fix arm64 dependencies
authorDoug Goldstein <cardoe@gentoo.org>
Sun, 28 Feb 2016 05:00:31 +0000 (23:00 -0600)
committerDoug Goldstein <cardoe@gentoo.org>
Sun, 28 Feb 2016 05:15:44 +0000 (23:15 -0600)
arm/arm64 have some dependencies which are higher than other platforms.
Unfortunately the dependencies are not stable on arm but this package is
so arm updates will come later.

Package-Manager: portage-2.2.26
Signed-off-by: Doug Goldstein <cardoe@gentoo.org>
app-emulation/qemu/qemu-2.5.0-r1.ebuild

index 8c353391966b8cd7dc149494d851e5c0d38fb387..87e6cb2e36533e4efaf81843a1c3ce556035b2ba 100644 (file)
@@ -122,7 +122,10 @@ SOFTMMU_LIB_DEPEND="${COMMON_LIB_DEPEND}
                        media-libs/libsdl2[static-libs(+)]
                )
        )
-       seccomp? ( >=sys-libs/libseccomp-2.1.0[static-libs(+)] )
+       seccomp? (
+               arm64? ( >=sys-libs/libseccomp-2.2.3[static-libs(+)] )
+               >=sys-libs/libseccomp-2.1.0[static-libs(+)]
+       )
        smartcard? ( >=app-emulation/libcacard-2.5.0[static-libs(+)] )
        snappy? ( app-arch/snappy[static-libs(+)] )
        spice? (