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 1QlJhT-0004Ib-HY for garchives@archives.gentoo.org; Mon, 25 Jul 2011 11:51:55 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEFC121C217; Mon, 25 Jul 2011 11:51:44 +0000 (UTC) Received: from mta-1.ms.rz.rwth-aachen.de (mta-1.ms.rz.RWTH-Aachen.DE [134.130.7.72]) by pigeon.gentoo.org (Postfix) with ESMTP id 4E56021C0A8 for ; Mon, 25 Jul 2011 11:50:47 +0000 (UTC) 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-disposition: inline Content-type: text/plain; charset=us-ascii Received: from ironport-out-1.rz.rwth-aachen.de ([134.130.5.40]) by mta-1.ms.rz.RWTH-Aachen.de (Sun Java(tm) System Messaging Server 6.3-7.04 (built Sep 26 2008)) with ESMTP id <0LOW00IIJ0WMXDD0@mta-1.ms.rz.RWTH-Aachen.de> for gentoo-user@lists.gentoo.org; Mon, 25 Jul 2011 13:50:46 +0200 (CEST) X-IronPort-AV: E=Sophos;i="4.67,260,1309730400"; d="scan'208";a="126878411" Received: from relay-2.ms.rz.rwth-aachen.de (HELO relay.rwth-aachen.de) ([134.130.7.75]) by ironport-in-1.rz.rwth-aachen.de with ESMTP; Mon, 25 Jul 2011 13:50:46 +0200 Received: from numa-i.igpm.rwth-aachen.de (numa-i.igpm.RWTH-Aachen.DE [134.130.161.252]) by relay.rwth-aachen.de (8.14.4+Sun/8.13.8/1) with ESMTP id p6PBokqi028682 for ; Mon, 25 Jul 2011 13:50:46 +0200 (CEST) Received: from numa-i (localhost [127.0.0.1]) by numa-i.igpm.rwth-aachen.de (Postfix) with ESMTP id 5870816A7 for ; Mon, 25 Jul 2011 13:50:47 +0200 (CEST) Date: Mon, 25 Jul 2011 13:50:47 +0200 From: Helmut Jarausch Subject: Re: [gentoo-user] How to trace the origin of a use-flag setting To: gentoo-user@lists.gentoo.org In-reply-to: X-Mailer: Balsa 2.4.10 Message-id: <1311594647.16039.3@numa-i> X-Archives-Salt: X-Archives-Hash: d512fd692241724add987c5111c4bf5d On 07/25/2011 01:34:39 PM, Pandu Poluan wrote: > euse -a > > part of gentoolkit, I believe. > > Ref: http://en.gentoo-wiki.com/wiki/Gentoolkit > > Rgds, > > > On 2011-07-25, Helmut Jarausch wrote: > > Hi, > > > > emerge -vp app-office/libreoffice > > > > shows that the USE flag -java is in effect. > > > > How to find out where this comes from? > > > > I've checked /etc/portage/package.use /usr/portage/profiles and > / > > etc/make.conf Thanks Pandu, it turns out, the '-java' use flag is turned on by default. But I don't know why. I've just noticed that I can turn it on. Helmut.