1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

emulators/qemu{-devel}: Ignore on i386

Currently these are failing to build on i386.
This commit is contained in:
Muhammad Moinur Rahman 2024-09-19 20:36:21 +02:00
parent 5784fef52b
commit 5866169cc1
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
2 changed files with 2 additions and 2 deletions

View File

@ -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} \

View File

@ -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