Gentoo Archives: gentoo-dev

From: Kfir Lavi <lavi.kfir@×××××.com>
To: gentoo-embedded@l.g.o, gentoo-dev@l.g.o
Subject: [gentoo-dev] How to list ARCH in gentoo?
Date: Tue, 22 Mar 2011 13:28:43
Message-Id: AANLkTim=dt6ibQ4rw3syD7Luyd1kBX6CU4v5rbTyhfRc@mail.gmail.com
1 Hi,
2 I would like to know how to list the arches gentoo supports.
3 I tried this:
4 grep 'KEYWORDS="' * -R | cut -d '"' -f 2 | sed 's/ /\n/g' | sort | uniq
5
6 Not the best but close.
7 Is there any way to know the exact arches supported by portage?
8
9 Regards,
10 Kfir

Replies

Subject Author
Re: [gentoo-dev] How to list ARCH in gentoo? Tom Knight <tomk@g.o>