commit: 44a3e60f1f9787dd60ba040bdec2cf535a83ac1f Author: Brian Evans <grknight <AT> gentoo <DOT> org> AuthorDate: Mon Oct 24 13:17:27 2016 +0000 Commit: Brian Evans <grknight <AT> gentoo <DOT> org> CommitDate: Mon Oct 24 13:17:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44a3e60f
Move input_devices_libinput from use.mask to use.stable.mask on ia64 profiles/arch/ia64/use.mask | 4 ---- profiles/arch/ia64/use.stable.mask | 6 +++++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/profiles/arch/ia64/use.mask b/profiles/arch/ia64/use.mask index e528dba..cbfd1fe 100644 --- a/profiles/arch/ia64/use.mask +++ b/profiles/arch/ia64/use.mask @@ -3,10 +3,6 @@ # This is a list of USE flags that should not be used on ia64. -# Brian Evans <[email protected]> (18 Oct 2016) -# Remove when bug #538828 is keyworded -input_devices_libinput - # Julian Ospald <[email protected]> (20 Sep 2015) # no LibreSSL support yet curl_ssl_libressl diff --git a/profiles/arch/ia64/use.stable.mask b/profiles/arch/ia64/use.stable.mask index 1f61e58..287dc28 100644 --- a/profiles/arch/ia64/use.stable.mask +++ b/profiles/arch/ia64/use.stable.mask @@ -1,10 +1,14 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ # This file requires eapi 5 or later. New entries go on top. # Please use the same syntax as in use.mask +# Brian Evans <[email protected]> (24 Oct 2016) +# Remove when x11-drivers/xf86-input-libinput is stable +input_devices_libinput + # Not stable mkl
