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 1QjfMt-00077L-R6 for garchives@archives.gentoo.org; Wed, 20 Jul 2011 22:35:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B28DD21C31B; Wed, 20 Jul 2011 22:35:32 +0000 (UTC) Received: from mail2.viabit.com (mail2.viabit.com [65.246.80.16]) by pigeon.gentoo.org (Postfix) with ESMTP id 7D4E721C2F0 for ; Wed, 20 Jul 2011 22:34:07 +0000 (UTC) Received: from [172.17.29.6] (unknown [65.213.236.242]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail2.viabit.com (Postfix) with ESMTPSA id 1372A37AD8 for ; Wed, 20 Jul 2011 18:34:07 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=orlitzky.com; s=mail2; t=1311201247; bh=9+4Njbm/5EM9fnS3dshKlAbVyoePL1g6BKlsSM8D07w=; h=Message-ID:Date:From:MIME-Version:To:Subject:References: In-Reply-To:Content-Type:Content-Transfer-Encoding; b=GSYE+3+XBecIOWNcr2mTuu6ZiL0/VdGnXeoKg5Or1wGva03O5W4i915PqPtsyDCVk dDwgRYbWXu3bok1/Q5UPTduYTvQR8fevbEf0qB4Y27iczXBlgJXh0ouGoTuP0pe7IS ohX4h1YsZ7OwPkPLwGTL+ilrXe6GHf5emxnGByOU= Message-ID: <4E2757DB.6090309@orlitzky.com> Date: Wed, 20 Jul 2011 18:34:03 -0400 From: Michael Orlitzky User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110713 Lightning/1.0b3pre Thunderbird/3.1.10 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] Re: evdev broken? References: <201107200705.20857.michaelkintzios@gmail.com> <20110720173732.3e1d62b9@digimed.co.uk> In-Reply-To: <20110720173732.3e1d62b9@digimed.co.uk> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Archives-Salt: X-Archives-Hash: 58a28f0e2869b1a77fc429008bc544ff On 07/20/2011 12:37 PM, Neil Bothwick wrote: > On Wed, 20 Jul 2011 14:16:06 +0000 (UTC), Grant Edwards wrote: > >>> Every time after you emerge xorg you're meant to remerge its drivers >>> (evdev being one of them). Usually there is some elog message >>> telling you to run qfile to find what is need to be reinstalled: >>> >>> qlist -I -C x11-drivers/ >> >> I've always wondered why, if portage knows that has to be done, can't >> portage just go ahead and do it? > > Now that we have a set to do this, I see no reason why this could not be > an option, enabled by a USE flag. > > The last time I complained about this, someone sent me here: https://bugs.gentoo.org/show_bug.cgi?id=192319