diff --git a/emulators/qemu-devel/Makefile b/emulators/qemu-devel/Makefile index f965adeb771a..021cb8911058 100644 --- a/emulators/qemu-devel/Makefile +++ b/emulators/qemu-devel/Makefile @@ -10,7 +10,7 @@ WWW= https://www.qemu.org/ LICENSE= GPLv2 -ONLY_FOR_ARCHS= amd64 i386 powerpc powerpc64 powerpc64 powerpc64le +ONLY_FOR_ARCHS= amd64 powerpc powerpc64 powerpc64 powerpc64le BUILD_DEPENDS= sphinx-build:textproc/py-sphinx \ ${PYTHON_PKGNAMEPREFIX}sphinx_rtd_theme>0:textproc/py-sphinx_rtd_theme@${PY_FLAVOR} \ diff --git a/emulators/qemu/Makefile b/emulators/qemu/Makefile index d24810776e83..bb36b0cb1404 100644 --- a/emulators/qemu/Makefile +++ b/emulators/qemu/Makefile @@ -11,7 +11,7 @@ WWW= https://www.qemu.org/ LICENSE= GPLv2 .if ${FLAVOR:U} != tools && ${FLAVOR:U} != guestagent -ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64 powerpc64le +ONLY_FOR_ARCHS= aarch64 amd64 powerpc64 powerpc64le # We need to check if it build with other ARCHS .endif