commit: 5ba12ab7041fd46cd53efb979ccf9344f9004e19 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Wed Jan 1 22:51:41 2020 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Wed Jan 1 22:56:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba12ab7
profiles: Mask games-emulation/dosbox[debug] because of ncurses[tinfo] Bug: https://bugs.gentoo.org/701688 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> profiles/base/package.use.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index 8e11a88a7f0..03218075298 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -6,6 +6,10 @@ # This file is only for generic masks. For arch-specific masks (i.e. # mask everywhere, unmask on arch/*) use arch/base. +# James Le Cuirot <[email protected]> (2020-01-01) +# Debug is currently broken with ncurses[tinfo]. See bug #701688. +games-emulation/dosbox debug + # Brian Evans <[email protected]> (2019-12-19) # PHP 7.1 is end of life and has security issues Bug 703326 # Associated packages are not ready for new versions tracked in bug 702110
