Gentoo Archives: gentoo-commits

From: Michael Haubenwallner <haubi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/prefix/windows/
Date: Wed, 31 Jul 2019 11:34:49
Message-Id: 1564572845.f8a9083ee799487181327c3d51f44bbdea1e2bfd.haubi@gentoo
1 commit: f8a9083ee799487181327c3d51f44bbdea1e2bfd
2 Author: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 31 11:19:47 2019 +0000
4 Commit: Michael Haubenwallner <haubi <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 31 11:34:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8a9083e
7
8 profiles/prefix/windows: p.use.mask tinfo for ncurses
9
10 On KERNEL=Winnt, ncurses requires the term-driver option (#639670),
11 which conflicts with the termlib option (use.forced by #487844).
12 Bug: https://bugs.gentoo.org/639670
13 Bug: https://bugs.gentoo.org/487844
14
15 Signed-off-by: Michael Haubenwallner <haubi <AT> gentoo.org>
16
17 profiles/prefix/windows/package.use.mask | 6 ++++++
18 1 file changed, 6 insertions(+)
19
20 diff --git a/profiles/prefix/windows/package.use.mask b/profiles/prefix/windows/package.use.mask
21 new file mode 100644
22 index 00000000000..44f096f7a3b
23 --- /dev/null
24 +++ b/profiles/prefix/windows/package.use.mask
25 @@ -0,0 +1,6 @@
26 +# Copyright 1999-2016 Gentoo Foundation
27 +# Distributed under the terms of the GNU General Public License v2
28 +
29 +# Michael Haubenwallner <haubi@g.o> (2019-07-31)
30 +# KERNEL=Winnt needs term-driver, which conflicts with termlib
31 +sys-libs/ncurses tinfo