commit: 20bb1e8ffa00236c6f3afb5db8c49dec2ddf75cf Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Sun Nov 26 02:20:48 2017 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Sun Nov 26 02:24:15 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20bb1e8f
profiles: Mask for removal x11-drivers/xf86-input-* unmaintained drivers Bug: https://bugs.gentoo.org/606132 profiles/base/use.mask | 10 ++++++++++ profiles/package.mask | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/profiles/base/use.mask b/profiles/base/use.mask index 6e5322cf007..6d7e7b6148f 100644 --- a/profiles/base/use.mask +++ b/profiles/base/use.mask @@ -4,6 +4,16 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# Matt Turner <[email protected]> (25 Nov 2017) +# Unmaintained upstream. Masked for removal in 30 days. +# Bug #606132. +input_devices_acecad +input_devices_aiptek +input_devices_fpit +input_devices_hyperpen +input_devices_mutouch +input_devices_pentouch + # Matt Turner <[email protected]> (23 Nov 2017) # For ancient hardware. Tired of maintaining. Masked for removal in 30 days. # Bug #606132. diff --git a/profiles/package.mask b/profiles/package.mask index 333c0f5bcbc..9c5af58a579 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -29,6 +29,16 @@ #--- END OF EXAMPLES --- +# Matt Turner <[email protected]> (25 Nov 2017) +# Unmaintained upstream. Masked for removal in 30 days. +# Bug #606132. +x11-drivers/xf86-input-acecad +x11-drivers/xf86-input-aiptek +x11-drivers/xf86-input-fpit +x11-drivers/xf86-input-hyperpen +x11-drivers/xf86-input-mutouch +x11-drivers/xf86-input-pentouch + # Michał Górny <[email protected]> (25 Nov 2017) # Testing branch GTK+3 release. Changes API, breaks xfce-base/xfdesktop. # Masked until the latter sees a new release.
