From: Mike Frysinger Date: Thu, 23 Oct 2014 04:03:55 +0000 (-0400) Subject: eskeys: stabilize arm64 too X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=d040ef709c1ff03bbf2092b167a03bbdfc5d8887;p=home.git eskeys: stabilize arm64 too --- diff --git a/.profile.d/gentoo.sh b/.profile.d/gentoo.sh index 1f1de40..bfacf84 100644 --- a/.profile.d/gentoo.sh +++ b/.profile.d/gentoo.sh @@ -210,11 +210,9 @@ eskeys() { # running in a category rather than package cat="/" fi - [[ -z $* ]] && set -- m68k s390 sh + [[ -z $* ]] && set -- arm64 m68k s390 sh for k in "$@" ; do - local list="$(grep "^[[:space:]]*KEYWORDS=.*~${k}\>.*[^~]x86" *${cat}*d -l)" - [[ -z ${list} ]] && continue - ekeyword ${k} ${list} + ekeyword "${k}=x86" $(grep -l "KEYWORDS.*${k}" *${cat}*.ebuild) done } _erit() {