diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2018-04-10 21:45:22 -0700 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2018-04-10 21:45:22 -0700 |
commit | 4ea391d3d3f64cd9f2fe0edcc0c9fb8ed159ee56 (patch) | |
tree | 26ade3fde2348b3e2e82e60a5e947c1bca945b12 /x11-base | |
parent | xf86-video-armada-9999: add ~arm keywords to make grs happy (diff) | |
download | arm-4ea391d3d3f64cd9f2fe0edcc0c9fb8ed159ee56.tar.gz arm-4ea391d3d3f64cd9f2fe0edcc0c9fb8ed159ee56.tar.bz2 arm-4ea391d3d3f64cd9f2fe0edcc0c9fb8ed159ee56.zip |
x11-base/xorg-drivers: remove old input drivers
Signed-off-by: Steve Arnold <nerdboy@gentoo.org>
Diffstat (limited to 'x11-base')
-rw-r--r-- | x11-base/xorg-drivers/xorg-drivers-1.19.ebuild | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild index 4d74bc7..0f90177 100644 --- a/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild +++ b/x11-base/xorg-drivers/xorg-drivers-1.19.ebuild @@ -13,17 +13,12 @@ SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux" IUSE_INPUT_DEVICES=" - input_devices_acecad - input_devices_aiptek input_devices_elographics input_devices_evdev - input_devices_fpit - input_devices_hyperpen input_devices_joystick input_devices_keyboard input_devices_libinput input_devices_mouse - input_devices_mutouch input_devices_penmount input_devices_tslib input_devices_vmmouse @@ -92,17 +87,12 @@ IUSE_VIDEO_CARDS=" IUSE="${IUSE_VIDEO_CARDS} ${IUSE_INPUT_DEVICES}" PDEPEND=" - input_devices_acecad? ( x11-drivers/xf86-input-acecad ) - input_devices_aiptek? ( x11-drivers/xf86-input-aiptek ) input_devices_elographics? ( x11-drivers/xf86-input-elographics ) input_devices_evdev? ( x11-drivers/xf86-input-evdev ) - input_devices_fpit? ( x11-drivers/xf86-input-fpit ) - input_devices_hyperpen? ( x11-drivers/xf86-input-hyperpen ) input_devices_joystick? ( x11-drivers/xf86-input-joystick ) input_devices_keyboard? ( x11-drivers/xf86-input-keyboard ) input_devices_libinput? ( x11-drivers/xf86-input-libinput ) input_devices_mouse? ( x11-drivers/xf86-input-mouse ) - input_devices_mutouch? ( x11-drivers/xf86-input-mutouch ) input_devices_penmount? ( x11-drivers/xf86-input-penmount ) input_devices_tslib? ( x11-drivers/xf86-input-tslib ) input_devices_vmmouse? ( x11-drivers/xf86-input-vmmouse ) |