Gentoo Archives: gentoo-commits

From: Piotr Karbowski <slashbeast@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-base/xorg-drivers/
Date: Sun, 03 May 2020 09:23:57
Message-Id: 1588497809.a8a3da75a5ab78e8083ee221f0a8321b14280858.slashbeast@gentoo
1 commit: a8a3da75a5ab78e8083ee221f0a8321b14280858
2 Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 3 08:45:01 2020 +0000
4 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org>
5 CommitDate: Sun May 3 09:23:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a3da75
7
8 x11-base/xorg-drivers: Dropping xf86-input-{keyboard,mouse} deps
9
10 Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org>
11
12 x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild | 4 ----
13 x11-base/xorg-drivers/xorg-drivers-9999.ebuild | 4 ----
14 2 files changed, 8 deletions(-)
15
16 diff --git a/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild
17 index 9d4ef15e488..58ea8551557 100644
18 --- a/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild
19 +++ b/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild
20 @@ -17,9 +17,7 @@ IUSE_INPUT_DEVICES="
21 input_devices_elographics
22 input_devices_evdev
23 input_devices_joystick
24 - input_devices_keyboard
25 input_devices_libinput
26 - input_devices_mouse
27 input_devices_vmmouse
28 input_devices_void
29 input_devices_synaptics
30 @@ -63,12 +61,10 @@ PDEPEND="
31 >=x11-drivers/xf86-input-evdev-2.10.6
32 )
33 input_devices_joystick? ( >=x11-drivers/xf86-input-joystick-1.6.3 )
34 - input_devices_keyboard? ( x11-drivers/xf86-input-keyboard )
35 input_devices_libinput? (
36 >=x11-base/xorg-server-${PV}[udev]
37 >=x11-drivers/xf86-input-libinput-0.27.1
38 )
39 - input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.9.3 )
40 input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
41 input_devices_void? ( x11-drivers/xf86-input-void )
42 input_devices_synaptics? ( x11-drivers/xf86-input-synaptics )
43
44 diff --git a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
45 index f9af84eb3d2..180e8a18642 100644
46 --- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
47 +++ b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
48 @@ -17,9 +17,7 @@ IUSE_INPUT_DEVICES="
49 input_devices_elographics
50 input_devices_evdev
51 input_devices_joystick
52 - input_devices_keyboard
53 input_devices_libinput
54 - input_devices_mouse
55 input_devices_vmmouse
56 input_devices_void
57 input_devices_synaptics
58 @@ -63,12 +61,10 @@ PDEPEND="
59 >=x11-drivers/xf86-input-evdev-2.10.6
60 )
61 input_devices_joystick? ( >=x11-drivers/xf86-input-joystick-1.6.3 )
62 - input_devices_keyboard? ( x11-drivers/xf86-input-keyboard )
63 input_devices_libinput? (
64 >=x11-base/xorg-server-${PV}[udev]
65 >=x11-drivers/xf86-input-libinput-0.27.1
66 )
67 - input_devices_mouse? ( >=x11-drivers/xf86-input-mouse-1.9.3 )
68 input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse )
69 input_devices_void? ( x11-drivers/xf86-input-void )
70 input_devices_synaptics? ( x11-drivers/xf86-input-synaptics )