From 323b1d95c928010569d8e089d4c397627fa47243 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 21 Oct 2016 00:25:50 +0200 Subject: [PATCH] EmulationStation: broken on aarch64 --- srcpkgs/EmulationStation/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/EmulationStation/template b/srcpkgs/EmulationStation/template index 2f88bdbcc22..89aeced2ada 100644 --- a/srcpkgs/EmulationStation/template +++ b/srcpkgs/EmulationStation/template @@ -14,3 +14,7 @@ homepage="https://github.com/Herdinger/EmulationStation" distfiles="https://github.com/Herdinger/EmulationStation/archive/$_githash.tar.gz" checksum=e144e06fdd64522c67f35b882eb0d8c5ab455075d9d3b4cd13e2c6f7764c7e38 wrksrc=EmulationStation-$_githash + +case "$XBPS_TARGET_MACHINE" in + aarch64*) broken="https://build.voidlinux.eu/builders/aarch64-musl_builder/builds/1393/steps/shell_3/logs/stdio";; +esac