From e9e9e6f1e484749a1425f7bacdc2565ac88309bd Mon Sep 17 00:00:00 2001 From: Andrea Brancaleoni Date: Thu, 11 Feb 2016 23:15:38 +0100 Subject: [PATCH] rkt: disable i686 compilation --- srcpkgs/rkt/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/rkt/template b/srcpkgs/rkt/template index dd9b465f267..944c86d20da 100644 --- a/srcpkgs/rkt/template +++ b/srcpkgs/rkt/template @@ -21,7 +21,7 @@ system_groups="rkt" nocross=yes -only_for_archs="i686 x86_64 x86_64-musl" +only_for_archs="x86_64 x86_64-musl" make_dirs=" /var/lib/rkt 2750 root rkt