From: Michael Haubenwallner Date: Wed, 31 Jul 2019 11:19:47 +0000 (+0200) Subject: profiles/prefix/windows: p.use.mask tinfo for ncurses X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=f8a9083ee799487181327c3d51f44bbdea1e2bfd;p=gentoo.git profiles/prefix/windows: p.use.mask tinfo for ncurses On KERNEL=Winnt, ncurses requires the term-driver option (#639670), which conflicts with the termlib option (use.forced by #487844). Bug: https://bugs.gentoo.org/639670 Bug: https://bugs.gentoo.org/487844 Signed-off-by: Michael Haubenwallner --- diff --git a/profiles/prefix/windows/package.use.mask b/profiles/prefix/windows/package.use.mask new file mode 100644 index 000000000000..44f096f7a3be --- /dev/null +++ b/profiles/prefix/windows/package.use.mask @@ -0,0 +1,6 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +# Michael Haubenwallner (2019-07-31) +# KERNEL=Winnt needs term-driver, which conflicts with termlib +sys-libs/ncurses tinfo