git: 93e8aae8a3ac - main - emulators/yuzu: lift BROKEN on aarch64 after 367f9d199047

From: Jan Beich <jbeich_at_FreeBSD.org>
Date: Sun, 27 Nov 2022 00:22:16 UTC
The branch main has been updated by jbeich:

URL: https://cgit.FreeBSD.org/ports/commit/?id=93e8aae8a3ac846c3c1d9b8b8214328dbd795e73

commit 93e8aae8a3ac846c3c1d9b8b8214328dbd795e73
Author:     Jan Beich <jbeich@FreeBSD.org>
AuthorDate: 2022-11-27 00:20:57 +0000
Commit:     Jan Beich <jbeich@FreeBSD.org>
CommitDate: 2022-11-27 00:21:06 +0000

    emulators/yuzu: lift BROKEN on aarch64 after 367f9d199047
    
    https://github.com/yuzu-emu/yuzu/commit/cbaf642ffe4b
---
 emulators/yuzu/Makefile | 1 -
 1 file changed, 1 deletion(-)

diff --git a/emulators/yuzu/Makefile b/emulators/yuzu/Makefile
index 370feccda7e8..3ffb5373b7b7 100644
--- a/emulators/yuzu/Makefile
+++ b/emulators/yuzu/Makefile
@@ -25,7 +25,6 @@ LICENSE_FILE_MIT=	${WRKSRC}/externals/sirit/externals/SPIRV-Headers/LICENSE
 
 ONLY_FOR_ARCHS=	aarch64 amd64
 ONLY_FOR_ARCHS_REASON=	requires int128 and dynarmic backend
-BROKEN_aarch64=	https://github.com/yuzu-emu/yuzu/issues/5290
 BROKEN_FreeBSD_12=	htonl() in <x86/endian.h> fails -Werror=conversion
 
 BUILD_DEPENDS=	boost-libs>0:devel/boost-libs \