diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2020-05-03 10:45:01 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2020-05-03 11:23:29 +0200 |
commit | a8a3da75a5ab78e8083ee221f0a8321b14280858 (patch) | |
tree | 8ea3da6be646bc227b985124d0590cd759e5da91 /x11-base | |
parent | profiles/package.mask: masking xf86-input-{keyboard,mouse} for removal. (diff) | |
download | gentoo-a8a3da75a5ab78e8083ee221f0a8321b14280858.tar.gz gentoo-a8a3da75a5ab78e8083ee221f0a8321b14280858.tar.bz2 gentoo-a8a3da75a5ab78e8083ee221f0a8321b14280858.zip |
x11-base/xorg-drivers: Dropping xf86-input-{keyboard,mouse} deps
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild | 4 | ||||
-rw-r--r-- | x11-base/xorg-drivers/xorg-drivers-9999.ebuild | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild index 9d4ef15e4889..58ea8551557b 100644 --- a/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild @@ -17,9 +17,7 @@ IUSE_INPUT_DEVICES=" input_devices_elographics input_devices_evdev input_devices_joystick - input_devices_keyboard input_devices_libinput - input_devices_mouse input_devices_vmmouse input_devices_void input_devices_synaptics @@ -63,12 +61,10 @@ PDEPEND=" >=x11-drivers/xf86-input-evdev-2.10.6 ) input_devices_joystick? ( >=x11-drivers/xf86-input-joystick-1.6.3 ) - input_devices_keyboard? ( x11-drivers/xf86-input-keyboard ) input_devices_libinput? ( >=x11-base/xorg-server-${PV}[udev] >=x11-drivers/xf86-input-libinput-0.27.1 ) - input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.9.3 ) input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse ) input_devices_void? ( x11-drivers/xf86-input-void ) input_devices_synaptics? ( x11-drivers/xf86-input-synaptics ) diff --git a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild index f9af84eb3d25..180e8a186427 100644 --- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild @@ -17,9 +17,7 @@ IUSE_INPUT_DEVICES=" input_devices_elographics input_devices_evdev input_devices_joystick - input_devices_keyboard input_devices_libinput - input_devices_mouse input_devices_vmmouse input_devices_void input_devices_synaptics @@ -63,12 +61,10 @@ PDEPEND=" >=x11-drivers/xf86-input-evdev-2.10.6 ) input_devices_joystick? ( >=x11-drivers/xf86-input-joystick-1.6.3 ) - input_devices_keyboard? ( x11-drivers/xf86-input-keyboard ) input_devices_libinput? ( >=x11-base/xorg-server-${PV}[udev] >=x11-drivers/xf86-input-libinput-0.27.1 ) - input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.9.3 ) input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse ) input_devices_void? ( x11-drivers/xf86-input-void ) input_devices_synaptics? ( x11-drivers/xf86-input-synaptics ) |