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 1OYhwd-0005DI-CU for garchives@archives.gentoo.org; Tue, 13 Jul 2010 16:02:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15F06E0CD2 for ; Tue, 13 Jul 2010 16:02:55 +0000 (UTC) Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181]) by pigeon.gentoo.org (Postfix) with ESMTP id CFF95E0B80 for ; Tue, 13 Jul 2010 15:37:50 +0000 (UTC) Received: by gyg4 with SMTP id 4so4313004gyg.40 for ; Tue, 13 Jul 2010 08:37:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:from:date :message-id:subject:to:content-type; bh=84dJf01Y5gJ9fzV9GvEdNlG4kGDaoUEuGKNG/Xta1as=; b=FfEFknmqO+jIcKF3y3W3a72/s8UJbMO36JDs1NKASI9OLG1mx4YdB0y3faYk4enghM rrlaWS6tzOXJjJ8IYQZMyJEiCYlRtDv4s+31Z63QXQ/65VR7GcG4RfH2ZcujpqyMw3tS 653DhCGdDhvUD6R7pz5QJnHI2BX35LTAj5nWI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:from:date:message-id:subject:to:content-type; b=FK497Q7UsjYGO2lAtpuVMlMBDVQEC1V3iM3MdJygyyXcWxeKvQYTBS98LJh82Iv7vV QePKPl6dpi1/lHxSms0uveeKQYnQKIVfAQJuOtVsjByuHeAGexmhch5XwXeAU+czXa0h 5EC41025WFP+zuoxM6hxLT5cyQJdB0P+tuV3Q= Received: by 10.224.101.203 with SMTP id d11mr4312608qao.151.1279035470355; Tue, 13 Jul 2010 08:37:50 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org MIME-Version: 1.0 Received: by 10.229.25.13 with HTTP; Tue, 13 Jul 2010 08:37:30 -0700 (PDT) From: Matt Turner Date: Tue, 13 Jul 2010 11:37:30 -0400 Message-ID: Subject: [gentoo-catalyst] Using package.keywords/* ? To: gentoo-catalyst@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 X-Archives-Salt: 3887bd62-cd43-4723-a715-3f9ad68d7ee7 X-Archives-Hash: a72ab95b90ee0055804bb40fadd9918f I'm trying to build some MIPS stages, and mips' profiles currently use ACCEPT_KEYWORDS="mips ~mips" which is just a disaster because it allows things like bash-4.1 which is totally incompatible with ~mips version of portage. So, I've added 'export ACCEPT_KEYWORDS="mips -~mips"' to /etc/catalyst/catalystrc, and this appears to work, but it's not reading my keyword files in /etc/portage/package.keywords/. I've copied them into the seed stage tarball, and verified that they're there after extraction. So I get errors like: !!! All ebuilds that could satisfy "sys-apps/baselayout" have been masked. !!! One of the following masked packages is required to complete your request: [snip] where I've actually got =sys-apps/baselayout-2.0.1 keyworded in package.keywords. Any clues how to fix this? Building a completely ~mips stage is useless. Thanks, Matt