[gentoo-dev] How to list ARCH in gentoo?

2011-03-22 Thread Kfir Lavi
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


Re: [gentoo-dev] How to list ARCH in gentoo?

2011-03-22 Thread Tom Knight
On Tue, Mar 22, 2011 at 03:20:32PM +0200, Kfir Lavi wrote:
 Is there any way to know the exact arches supported by portage?

/usr/portage/profiles/arch.list shows which are valid KEYWORDS.

Cheers,

Tom


pgp6JwpZXE0nw.pgp
Description: PGP signature


Re: [gentoo-dev] How to list ARCH in gentoo?

2011-03-22 Thread Kfir Lavi
On Tue, Mar 22, 2011 at 4:05 PM, Tom Knight t...@gentoo.org wrote:

 On Tue, Mar 22, 2011 at 03:20:32PM +0200, Kfir Lavi wrote:
  Is there any way to know the exact arches supported by portage?

 /usr/portage/profiles/arch.list shows which are valid KEYWORDS.

 Cheers,

 Tom


hehe, thanks a lot.

Kfir