From 4b829fa77bf96715ee4d1ed7eb2c7395bd493485 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Fri, 23 Feb 2018 15:08:50 +0100 Subject: [PATCH] EmulationStation: unbreak aarch64 --- srcpkgs/EmulationStation/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/EmulationStation/template b/srcpkgs/EmulationStation/template index f291ffcaceb..d5acc527526 100644 --- a/srcpkgs/EmulationStation/template +++ b/srcpkgs/EmulationStation/template @@ -14,10 +14,6 @@ distfiles="https://github.com/Herdinger/EmulationStation/archive/$_githash.tar.g 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 - post_install() { vlicense LICENSE.md }