From d040ef709c1ff03bbf2092b167a03bbdfc5d8887 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 23 Oct 2014 00:03:55 -0400 Subject: [PATCH] eskeys: stabilize arm64 too --- .profile.d/gentoo.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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() { -- 2.39.5