From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Q22Av-0002tI-7L for garchives@archives.gentoo.org; Tue, 22 Mar 2011 14:03:13 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4520E06B5 for ; Tue, 22 Mar 2011 14:03:08 +0000 (UTC) Received: from mail-yx0-f181.google.com (mail-yx0-f181.google.com [209.85.213.181]) by pigeon.gentoo.org (Postfix) with ESMTP id B875F1C03C; Tue, 22 Mar 2011 13:27:59 +0000 (UTC) Received: by yxm8 with SMTP id 8so4174767yxm.40 for ; Tue, 22 Mar 2011 06:27:59 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:from:date:message-id:subject:to :content-type; bh=YwUH9FNLmpWM/OLJqHB2d8IsfIVjNQaSOShNJ2+5ZBY=; b=AcFnqTS2voBffHXDRlf7QeEuhFM4q0kDmFGm7IpVQVsNVyzmMtlgYI+v6eGcI8sZQe YxtovuDdVNN24x/50HZOl7T2b5K5CxiAv1Nr1NU0lh6K4dbnyAyrMsmUASRWSkZORUgK 8MaUX4NRPoCfTn7LIzQELlhBv6Ijn538EBG0c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=w9nwLjf4sva2le9TzywFLLxGji1R3hK1/g/+dY7OnTrKdt/2ey+EsFZcqCjHE2Y4lf a2dHFj8L2DsWI9UpmOTXTek1s6jqXQie1i9jTBdDxUX9Dbrey6Fk+GHXN2ei6XQtyaWf rYWkY8nepJqqZd5d7sORgYaBOQ07qQW38KuXI= Received: by 10.236.197.103 with SMTP id s67mr7029473yhn.364.1300800479016; Tue, 22 Mar 2011 06:27:59 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-embedded@lists.gentoo.org Reply-to: gentoo-embedded@lists.gentoo.org MIME-Version: 1.0 Received: by 10.236.109.144 with HTTP; Tue, 22 Mar 2011 06:20:32 -0700 (PDT) From: Kfir Lavi Date: Tue, 22 Mar 2011 15:20:32 +0200 Message-ID: Subject: [gentoo-embedded] How to list ARCH in gentoo? To: gentoo-embedded@lists.gentoo.org, gentoo-dev@lists.gentoo.org Content-Type: multipart/alternative; boundary=20cf303f6ab079b5a1049f1236e8 X-Archives-Salt: X-Archives-Hash: eaeb218d44b35813620fe0ed05189a5f --20cf303f6ab079b5a1049f1236e8 Content-Type: text/plain; charset=UTF-8 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 --20cf303f6ab079b5a1049f1236e8 Content-Type: text/html; charset=UTF-8 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
--20cf303f6ab079b5a1049f1236e8--