mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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(+)]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user