diff options
Diffstat (limited to 'profiles/prefix/darwin/macos/package.use.mask')
-rw-r--r-- | profiles/prefix/darwin/macos/package.use.mask | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/profiles/prefix/darwin/macos/package.use.mask b/profiles/prefix/darwin/macos/package.use.mask index fb0d24c54557..9060605d4173 100644 --- a/profiles/prefix/darwin/macos/package.use.mask +++ b/profiles/prefix/darwin/macos/package.use.mask @@ -1,6 +1,13 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Fabian Groffen <grobian@gentoo.org> (2020-06-08) +# Do NOT enable tinfo, it breaks ANYTHING existing, and it also breaks +# ncurses itself, for it apparently doesn't link against tinfo itself, +# which needs fixing before re-enabling tinfo again. +sys-libs/ncurses tinfo +sys-libs/ncurses-compat tinfo + # Andrey Utkin <andrey_utkin@gentoo.org> (2018-03-11) # This flag can be sensibly enabled only on macos # hence it is masked in base profile. Bug #637482 |