Gentoo Archives: gentoo-user

From: Mike Gilbert <floppymaster@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] xorg-drivers for mouse and keyboard confusion
Date: Sun, 27 Feb 2011 17:44:56
Message-Id: AANLkTi=uPwoCmOje+vdj=XnxNRqTPdYqyJH1YoaTnmaB@mail.gmail.com
In Reply to: Re: [gentoo-user] xorg-drivers for mouse and keyboard confusion by Mick
1 On Sun, Feb 27, 2011 at 9:58 AM, Mick <michaelkintzios@×××××.com> wrote:
2 > I guess that 'emerge -uaDv world' takes the current state of x11-base/xorg-
3 > drivers (which in the past had been merged with INPUT_DEVICES containing both
4 > keyboard and mouse) as a higher priority than the current state of my
5 > INPUT_DEVICES in /etc/make.conf?
6 >
7 > Either way, the solution must be therefore to remerge x11-base/xorg-drivers
8 > every time the content of INPUT_DEVICES is changed.
9 >
10
11 I suggest adding -N (--newuse) to that command, as in "emerge -uaDvN
12 world". This will take USE flag changes into account when deciding on
13 packages to (re)install.
14
15 Note that INPUT_DEVICES is really just a fancy wrapper around a set of
16 USE flags.