profile: this will affect almost no one due to make.conf having it defined

This commit is contained in:
Rick Farina (Zero_Chaos) 2018-07-16 15:17:23 -04:00
parent e4a92e24f7
commit 35905c3f5e
No known key found for this signature in database
GPG key ID: A5DD1427DD11F94A

View file

@ -29,7 +29,8 @@ EMERGE_DEFAULT_OPTS="${EMERGE_DEFAULT_OPTS} --binpkg-changed-deps=y --ignore-son
XFCE_PLUGINS="${XFCE_PLUGINS} brightness menu logout trash"
INPUT_DEVICES="evdev"
#libinput replaces evdev, synaptics AND tslib; gentoo defaults keyboad and mouse have been deprecated for years, so drop them
INPUT_DEVICES="libinput -keyboard -mouse"
# Log eqawarn messages
PORTAGE_ELOG_CLASSES="${PORTAGE_ELOG_CLASSES} qa"