Hi, I would like to know how to list the arches gentoo supports. I tried this: grep 'KEYWORDS="' * -R | cut -d '"' -f 2 | sed 's/ /\n/g' | sort | uniq
Not the best but close. Is there any way to know the exact arches supported by portage? Regards, Kfir