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 054B61381F3 for ; Fri, 9 Aug 2013 12:46:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B3A6E0CEA; Fri, 9 Aug 2013 12:46:12 +0000 (UTC) Received: from homiemail-a93.g.dreamhost.com (caibbdcaaaaf.dreamhost.com [208.113.200.5]) by pigeon.gentoo.org (Postfix) with ESMTP id 364A3E0C8F for ; Fri, 9 Aug 2013 12:46:11 +0000 (UTC) Received: from homiemail-a93.g.dreamhost.com (localhost [127.0.0.1]) by homiemail-a93.g.dreamhost.com (Postfix) with ESMTP id A023F8405B for ; Fri, 9 Aug 2013 05:46:10 -0700 (PDT) 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=LvOQIJeNYvG7TYxOiesGlb/oP/o=; b=BSBlGKKnLq7B Bi5h9kLxMiml2wyLnYJS5RXmomLrG+P8u8ZzqYPBAb3qXU/0udERHJkUO51/cMo8 l4a+HdCQqCYP3UYtBSTvvcKFitfqmyp7DJUGPaDnWsRUVNN9fzwHBOGrKG+krygA eFi0pXxK3lv209hIzTNqr7CLmKG8YJw= 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-a93.g.dreamhost.com (Postfix) with ESMTPSA id 6FDB984058 for ; Fri, 9 Aug 2013 05:46:10 -0700 (PDT) Message-ID: <5204E47B.5050701@libertytrek.org> Date: Fri, 09 Aug 2013 08:45:47 -0400 From: Tanstaafl User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:17.0) Gecko/20130620 Thunderbird/17.0.7 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] Moving from old udev to eudev References: <51FA8CB6.60000@libertytrek.org> <20130801194318.769d823d@digimed.co.uk> <5204CEB2.9090707@libertytrek.org> <20130809132442.411902f2@hactar.digimed.co.uk> In-Reply-To: <20130809132442.411902f2@hactar.digimed.co.uk> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Archives-Salt: 6795e140-c7e2-430d-9373-a33183e97ca1 X-Archives-Hash: 0bf82addd7277b58d798e5135251e0cd On 2013-08-09 8:24 AM, Neil Bothwick wrote: > On Fri, 09 Aug 2013 07:12:50 -0400, Tanstaafl wrote: > >>>> I've googled until my fingers are blue, but cannot for the life of me >>>> find any explicit instructions for *how* to switch from udev to >>>> eudev. >>> >>> emerge -Ca udev >>> emerge -1a eudev >> >> Two last questions (first one never got answered, and I'm doing this in >> the morning)... >> >> Do I not have to >> >> emerge -Ca virtual/udev >> >> too? > > No, the virtual is always needed, eudev satisfies it. but you do need to > make sure your USE settings for eudev and virtual/udev match. Ok... so, as long as I don't have anything for either of them in package.use, I'm ok? Or - *should* I have anything for them in package.use? The only thing I have in there that I think is in any way related to udev (based on memory about an issue with it that was related to udev when doing an update a while back) is: sys-apps/kmod tools But nothing for either sys-fs/udev or virtual/udev... Thanks Neil