diff options
author | Michael Haubenwallner <haubi@gentoo.org> | 2019-07-31 13:19:47 +0200 |
---|---|---|
committer | Michael Haubenwallner <haubi@gentoo.org> | 2019-07-31 13:34:05 +0200 |
commit | f8a9083ee799487181327c3d51f44bbdea1e2bfd (patch) | |
tree | 5bf305e6472a1b5b871827c82f036dec9c387dd7 /profiles/prefix | |
parent | www-apps/chromedriver-bin: bump to v76.0.3809.68 (diff) | |
download | gentoo-f8a9083ee799487181327c3d51f44bbdea1e2bfd.tar.gz gentoo-f8a9083ee799487181327c3d51f44bbdea1e2bfd.tar.bz2 gentoo-f8a9083ee799487181327c3d51f44bbdea1e2bfd.zip |
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 <haubi@gentoo.org>
Diffstat (limited to 'profiles/prefix')
-rw-r--r-- | profiles/prefix/windows/package.use.mask | 6 |
1 files changed, 6 insertions, 0 deletions
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 <haubi@gentoo.org> (2019-07-31) +# KERNEL=Winnt needs term-driver, which conflicts with termlib +sys-libs/ncurses tinfo |