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 1QRqZV-0005RX-DE for garchives@archives.gentoo.org; Wed, 01 Jun 2011 18:55:15 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA7B61C014; Wed, 1 Jun 2011 18:52:38 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id 97F681C014 for ; Wed, 1 Jun 2011 18:52:38 +0000 (UTC) Received: by bwg12 with SMTP id 12so433037bwg.40 for ; Wed, 01 Jun 2011 11:52:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:from:to:subject:date:message-id:user-agent :in-reply-to:references:mime-version:content-transfer-encoding :content-type; bh=5KOuDRV/IxopBRImrgluirpvi0BoBJ/sw+qMRM1Rx7w=; b=ZCmh7zE0RmjdZIPF7P2L4NW6QOHnD95Fst5KVMDZpMUpKaHq2+jkQCjT+q/k12H1TY z7/pezBO5kExTpPhhDVENmBpef52jwaLSqjR60ep8pmhx9GdOBVUKYwqeLqlOn2C/Smz IbK2U86UcaTHBnNmgqXWQqMJoFUjL6eknKb5Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:message-id:user-agent:in-reply-to:references :mime-version:content-transfer-encoding:content-type; b=R/0KNNQEPoY1rdn46GPs4oAJYFhrXA81zNGoxajxlVJgoFjk9hdrtORm7YvNDfC8eS 8fES3CaY3DDFd6ByPi97t291d8fPTkuPtEF2RqzkxxiqjxxAxZr47WcAiTJVqfi9yyex i/M6SoeBtQtD9fFO9lp9DdYzN0pSasvJavGAg= Received: by 10.204.42.11 with SMTP id q11mr2075381bke.131.1306954357725; Wed, 01 Jun 2011 11:52:37 -0700 (PDT) Received: from localhost.localnet (p4FC7469C.dip0.t-ipconnect.de [79.199.70.156]) by mx.google.com with ESMTPS id x6sm1062111bkv.12.2011.06.01.11.52.36 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 01 Jun 2011 11:52:36 -0700 (PDT) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] meaning of (-clutter) in an emerge USE list Date: Wed, 01 Jun 2011 20:52:35 +0200 Message-ID: <1357015.VqXzW87oQH@localhost> User-Agent: KMail/4.6 rc1 (Linux/2.6.39; KDE/4.6.3; x86_64; ; ) In-Reply-To: References: 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-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Archives-Salt: X-Archives-Hash: b6bc0adbd9c76ef8fa88d8b7af665880 On Wednesday 01 June 2011 14:25:50 Allan Gottlieb wrote: > In /etc/portage/package.use I have > > # Need these or for some games > gnome-extra/gnome-games clutter opengl > > But when I try to emerge gnome-games, I don't get clutter > > [ebuild R ] gnome-extra/gnome-games-2.30.2-r1 USE="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. Indeed the ebuild specifically warns > me that disabling clutter means certain games are not built. > > thanks, > allan have you looked at the ebuild? There is probably no clutter option and it is always forced on. Would be fitting with the gnome mindset: choices are bad. Options are bad.