commit:     837557fc8d33959a33c0a8d7d38c14142b575e63
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 21 18:47:24 2020 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Tue Apr 21 18:52:11 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=837557fc

x11-base/xorg-drivers: Depend on udev support for libinput/evdev

Closes: https://bugs.gentoo.org/718686
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 ...rg-drivers-1.20-r1.ebuild => xorg-drivers-1.20-r2.ebuild} | 12 ++++++++----
 x11-base/xorg-drivers/xorg-drivers-9999.ebuild               | 10 ++++++++--
 2 files changed, 16 insertions(+), 6 deletions(-)

diff --git a/x11-base/xorg-drivers/xorg-drivers-1.20-r1.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild
similarity index 92%
rename from x11-base/xorg-drivers/xorg-drivers-1.20-r1.ebuild
rename to x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild
index a015acc2828..9d4ef15e488 100644
--- a/x11-base/xorg-drivers/xorg-drivers-1.20-r1.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-1.20-r2.ebuild
@@ -58,10 +58,16 @@ IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
 
 PDEPEND="
        input_devices_elographics? ( x11-drivers/xf86-input-elographics )
-       input_devices_evdev?       ( >=x11-drivers/xf86-input-evdev-2.10.6 )
+       input_devices_evdev?       (
+                                                                
>=x11-base/xorg-server-${PV}[udev]
+                                                                
>=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-drivers/xf86-input-libinput-0.27.1 )
+       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 )
@@ -94,6 +100,4 @@ PDEPEND="
        video_cards_via?           ( x11-drivers/xf86-video-openchrome )
        video_cards_virtualbox?    ( x11-drivers/xf86-video-vboxvideo )
        video_cards_vmware?        ( >=x11-drivers/xf86-video-vmware-13.3.0 )
-
-       !<x11-drivers/xf86-input-evdev-2.10.4
 "

diff --git a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild 
b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
index 5bf741ecf02..f9af84eb3d2 100644
--- a/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
+++ b/x11-base/xorg-drivers/xorg-drivers-9999.ebuild
@@ -58,10 +58,16 @@ IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}"
 
 PDEPEND="
        input_devices_elographics? ( x11-drivers/xf86-input-elographics )
-       input_devices_evdev?       ( >=x11-drivers/xf86-input-evdev-2.10.6 )
+       input_devices_evdev?       (
+                                                                
>=x11-base/xorg-server-${PV}[udev]
+                                                                
>=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-drivers/xf86-input-libinput-0.27.1 )
+       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 )

Reply via email to