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 1QRtpP-0006Fo-CM for garchives@archives.gentoo.org; Wed, 01 Jun 2011 22:23:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D47741C034; Wed, 1 Jun 2011 22:22:30 +0000 (UTC) Received: from smtp.cs.nyu.edu (SMTP.CS.NYU.EDU [128.122.49.97]) by pigeon.gentoo.org (Postfix) with ESMTP id A7E521C034 for ; Wed, 1 Jun 2011 22:22:30 +0000 (UTC) Received: from ajglap.localdomain (ool-4a59b202.dyn.optonline.net [74.89.178.2]) (authenticated bits=0) by smtp.cs.nyu.edu (8.14.3/8.14.4) with ESMTP id p51MMTol015427 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Wed, 1 Jun 2011 18:22:30 -0400 (EDT) Received: by ajglap.localdomain (Postfix, from userid 1502) id 93542701A4; Wed, 1 Jun 2011 18:22:29 -0400 (EDT) From: Allan Gottlieb To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] meaning of (-clutter) in an emerge USE list References: Date: Wed, 01 Jun 2011 18:22:29 -0400 In-Reply-To: (Paul Hartman's message of "Wed, 1 Jun 2011 15:05:38 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.3 (gnu/linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 9f39cde5ba86d39259427bf57aafe5c0 On Wed, Jun 01 2011, Paul Hartman wrote: > On Wed, Jun 1, 2011 at 1:25 PM, Allan Gottlieb wrote: >> In /etc/portage/package.use I have >> >> =C2=A0 =C2=A0# Need these or for some games >> =C2=A0 =C2=A0gnome-extra/gnome-games =C2=A0 =C2=A0 =C2=A0 =C2=A0 clutter= opengl >> >> But when I try to emerge gnome-games, I don't get clutter >> >> =C2=A0 [ebuild =C2=A0 R =C2=A0 ] gnome-extra/gnome-games-2.30.2-r1 =C2= =A0USE=3D"guile opengl -artworkextra (-clutter) -test" 0 kB >> >> I know that the (-clutter) means that the clutter flag has been removed, >> but I can't see why it is removed. =C2=A0Indeed the ebuild specifically = warns >> me that disabling clutter means certain games are not built. > > It is masked by profile. Look in > /usr/portage/profile/base/package.use.mask you can see: > > # Nirbheek Chauhan (29 Jun 2010) > # Mask clutter till introspection is unmasked > =3Dgnome-extra/gnome-games-2.3* clutter Thank you. The real reason for this is not to have more gnome-games available but to try out gnome3. allan