diff options
author | 2018-12-11 17:18:33 +0100 | |
---|---|---|
committer | 2018-12-11 17:19:03 +0100 | |
commit | cf1808147751ddb95788f2c3b30ab4d62dbe343b (patch) | |
tree | 7e433444ddb27471e63e4b83646119014237718c /profiles | |
parent | licenses: Remove unused Ikanos license (diff) | |
download | gentoo-cf1808147751ddb95788f2c3b30ab4d62dbe343b.tar.gz gentoo-cf1808147751ddb95788f2c3b30ab4d62dbe343b.tar.bz2 gentoo-cf1808147751ddb95788f2c3b30ab4d62dbe343b.zip |
x11-base/xorg-drivers: [QA] Remove support for removed xf86-*-tslib
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/arch/s390/use.mask | 3 | ||||
-rw-r--r-- | profiles/base/use.mask | 6 | ||||
-rw-r--r-- | profiles/default/bsd/use.mask | 3 | ||||
-rw-r--r-- | profiles/desc/input_devices.desc | 3 | ||||
-rw-r--r-- | profiles/embedded/make.defaults | 2 |
5 files changed, 5 insertions, 12 deletions
diff --git a/profiles/arch/s390/use.mask b/profiles/arch/s390/use.mask index e69c27dbeca8..015b48d992e6 100644 --- a/profiles/arch/s390/use.mask +++ b/profiles/arch/s390/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Unmask the flag which corresponds to ARCH. @@ -92,7 +92,6 @@ input_devices_keyboard input_devices_mouse input_devices_vmmouse input_devices_synaptics -input_devices_tslib input_devices_wacom video_cards_amdgpu video_cards_fbdev diff --git a/profiles/base/use.mask b/profiles/base/use.mask index b7fada49ea9b..50595c64203a 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # This file is only for generic masks. For arch-specific masks (i.e. @@ -8,10 +8,6 @@ # d3d9 only works on amd64/x86. d3d9 -# Matt Turner <mattst88@gentoo.org> (02 Nov 2018) -# xf86-input-tslib is dead and is masked for removal. Bug #664096 -input_devices_tslib - # Aaron W. Swenson <titanofold@gentoo.org> (09 Sep 2018) # Mask PostgreSQL 12 while in (pre-)alpha. postgres_targets_postgres12 diff --git a/profiles/default/bsd/use.mask b/profiles/default/bsd/use.mask index 804ed3af341f..b72658438e2f 100644 --- a/profiles/default/bsd/use.mask +++ b/profiles/default/bsd/use.mask @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation. +# Copyright 1999-2018 Gentoo Authors. # Distributed under the terms of the GNU General Public License, v2 # Mart Raudsepp <leio@gentoo.org> @@ -56,7 +56,6 @@ tslib # Mask Xorg-modular drivers that are Linux-specific input_devices_evdev -input_devices_tslib input_devices_synaptics input_devices_vmmouse video_cards_vmware diff --git a/profiles/desc/input_devices.desc b/profiles/desc/input_devices.desc index f78bca56ee38..766122adf8c5 100644 --- a/profiles/desc/input_devices.desc +++ b/profiles/desc/input_devices.desc @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation. +# Copyright 1999-2018 Gentoo Authors. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of INPUT_DEVICES USE_EXPAND flags. @@ -32,7 +32,6 @@ roccat_ryosmk - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro inpu roccat_ryostkl - INPUT_DEVICES setting to build driver for Roccat RyosMK Pro input devices roccat_tyon - INPUT_DEVICES setting to build driver for Roccat Tyon input devices synaptics - INPUT_DEVICES setting to build driver for synaptics input devices -tslib - INPUT_DEVICES setting to build driver for tslib input devices vmmouse - INPUT_DEVICES setting to build driver for vmmouse input devices void - INPUT_DEVICES setting to build driver for void/dummy input devices wacom - INPUT_DEVICES setting to build driver for wacom input devices diff --git a/profiles/embedded/make.defaults b/profiles/embedded/make.defaults index a424cbb27e12..e0ee78c89ae9 100644 --- a/profiles/embedded/make.defaults +++ b/profiles/embedded/make.defaults @@ -10,7 +10,7 @@ EBEEP_IGNORE="1" PORTAGE_WORKDIR_MODE="2775" PORTAGE_ECLASS_WARNING_ENABLE="0" -INPUT_DEVICES="evdev mouse keyboard tslib" +INPUT_DEVICES="evdev mouse keyboard" VIDEO_CARDS="fbdev" KERNEL="linux" USERLAND="GNU" |