From 3390747fa9541c3dc5bb4d50e6cae572ca7d1a17 Mon Sep 17 00:00:00 2001 From: Alessio Sergi Date: Tue, 31 Jan 2017 18:41:28 +0100 Subject: [PATCH] forego: unbreak i686 --- srcpkgs/forego/template | 4 ---- 1 file changed, 4 deletions(-) diff --git a/srcpkgs/forego/template b/srcpkgs/forego/template index 4205c1f2f5e..815f3ec647e 100644 --- a/srcpkgs/forego/template +++ b/srcpkgs/forego/template @@ -11,7 +11,3 @@ go_import_path="github.com/ddollar/forego" homepage="https://$go_import_path" distfiles="$homepage/archive/$version.tar.gz" checksum=ceac6c3c5b1a12c37979e883843a324b07e05ec0960198c1a32980fdb79d7d25 - -case "$XBPS_TARGET_MACHINE" in - i686*) broken="go i686 is broken for now";; -esac