commit: 0820792c9b5e8ca898167fa0c94a24ec7f4efbb4 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org> AuthorDate: Tue Aug 11 21:34:13 2020 +0000 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org> CommitDate: Tue Aug 11 23:24:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0820792c
profiles: use.force USE=libglvnd Bug: https://bugs.gentoo.org/728286 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org> profiles/base/use.force | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/base/use.force b/profiles/base/use.force index b864455a7c8..d51d6c2ea56 100644 --- a/profiles/base/use.force +++ b/profiles/base/use.force @@ -1,6 +1,11 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Matt Turner <[email protected]> (2020-08-11) +# Force USE=libglvnd in order to mask app-eselect/eselect-opengl for removal. +# This USE flag will be removed completely in the near future. Bug #728286 +libglvnd + # Mike Gilbert <[email protected]> (2019-07-20) # Disabling this requires a migration to be performed. split-usr
