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 1NsFY4-0000mc-B6 for garchives@archives.gentoo.org; Thu, 18 Mar 2010 13:14:04 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7AD9BE08C7; Thu, 18 Mar 2010 13:14:02 +0000 (UTC) Received: from mail-pv0-f181.google.com (mail-pv0-f181.google.com [74.125.83.181]) by pigeon.gentoo.org (Postfix) with ESMTP id A1C89E06C8 for ; Thu, 18 Mar 2010 13:13:57 +0000 (UTC) Received: by pvg16 with SMTP id 16so1012554pvg.40 for ; Thu, 18 Mar 2010 06:13:57 -0700 (PDT) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.143.129.2 with SMTP id g2mr1171793wfn.273.1268918036997; Thu, 18 Mar 2010 06:13:56 -0700 (PDT) X-Originating-IP: [81.26.151.37] In-Reply-To: <4BA226A0.4060607@gentoo.org> References: <2eec58371003180539p301c1ef2h5af9b137771091f3@mail.gmail.com> <4BA220DC.4050601@gentoo.org> <2eec58371003180607p311a13f5l667c2b7175b73784@mail.gmail.com> <4BA226A0.4060607@gentoo.org> Date: Thu, 18 Mar 2010 16:13:56 +0300 Message-ID: <2eec58371003180613q4aa8c047n324b47d7871c16e8@mail.gmail.com> Subject: Re: [gentoo-dev] Add more local USE flags From: Dmitry Bashkatov To: gentoo-dev@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 X-Archives-Salt: f0e36984-3579-4a54-bf2d-121fac05ea73 X-Archives-Hash: fcf49251b62f7b4b4b6d063f678bd5b5 2010/3/18 Samuli Suominen : > On 03/18/2010 03:07 PM, Dmitry Bashkatov wrote: >>> This is already supported by metadata.xml local use flags, you can add >>> extended information as local use flag in addition to global use flag. >>> >>> So I take this as a friendly reminder that maintainers should start >>> using the feature. >>> >>> -Samuli >> >> It's cool! I did not know about this feature. >> Is there a user friendly way to read this information from >> metadata.xml? It seems that euse reads only use.desc and >> use.local.desc. >> > > use.local.desc is automatically generated from metadata.xml files, so > it's the same thing > > Thanks for your answers