From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 556DC138997 for ; Mon, 11 Feb 2013 12:10:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6110A21C017; Mon, 11 Feb 2013 12:10:11 +0000 (UTC) Received: from homiemail-a94.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id D61DAE0602 for ; Mon, 11 Feb 2013 12:10:09 +0000 (UTC) Received: from homiemail-a94.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a94.g.dreamhost.com (Postfix) with ESMTP id 2819438A071 for ; Mon, 11 Feb 2013 04:10:09 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=libertytrek.org; h= message-id:date:from:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; s= libertytrek.org; bh=XsE0/3VFbwmsQozZ56REGxl2Wl0=; b=Wi35qOZIzV35 TNPBT6dCCHpXLOp02pOMpEiY7uqn2ZnX8jY3v2LNRlICyUanazUuFwxJgkuOoz8i ODFVaGEuyV2eqHAEBDK5499yBwS/o8eHGpA0exKsx9PbOJTwEi/j5bC9UsijVB/i FHSWiIp44BPfvVyrPBpupkUXoMgeEQw= Received: from [127.0.0.1] (unknown [159.63.145.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: tanstaafl@libertytrek.org) by homiemail-a94.g.dreamhost.com (Postfix) with ESMTPSA id F282838A059 for ; Mon, 11 Feb 2013 04:10:08 -0800 (PST) Message-ID: <5118DF8C.2000703@libertytrek.org> Date: Mon, 11 Feb 2013 07:09:48 -0500 From: Tanstaafl User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] New USE flags for lvm2? References: <5117E901.7020703@libertytrek.org> <5117EB47.1090007@binarywings.net> <5117EFFA.1010605@libertytrek.org> <20130210195713.49f3accc@digimed.co.uk> <511805A0.7070004@libertytrek.org> <20130210204335.1201a838@digimed.co.uk> In-Reply-To: <20130210204335.1201a838@digimed.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: d4e67c14-91bb-4ca1-a8c7-bdedcb6485d0 X-Archives-Hash: 97bb44f8d71dab9e0b8d49f7e1cd0c30 On 2013-02-10 3:43 PM, Neil Bothwick wrote: > On Sun, 10 Feb 2013 15:40:00 -0500, Tanstaafl wrote: > >> Here's what IUSE says are enabled for the currently installed lvm2: >> >> readline +static +static-libs clvm cman +lvm1 selinux > > IUSE shows the flags that were available to that build, USE shows the > flags that were used. Ah, thanks for that... Ok, so the current one was installed with:: amd64 elibc_glibc kernel_linux lvm1 multilib readline static static-libs userland_GNU And the update wants to install with: USE="lvm1 readline thin%* udev%* (-clvm) (-cman) (-selinux) -static* -static-libs*" So, what is with the differences? + thin udev Why is amd64, elibc_glibc, kernel_linux, multilib & userland_GNU not included? and why omitting - static, static-libs ? Just trying to understand why the changes, and want to make sure lvm isn't going to end up failing on me the next reboot... Thanks