Esteve Varela Colominas 21bb13eb3f
sys-libs/ncurses: Fix cross-compilation without tic
When `tic` is not available on the host during cross-compilation, this
ebuild relies on a codepath that compiles a temporary copy of `tic`.

Recent versions of ncurses use TIC as a path to the tic binary, instead
of TIC_PATH.

Closes: https://bugs.gentoo.org/963660
Signed-off-by: Esteve Varela Colominas <esteve.varela@gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/44006
Closes: https://github.com/gentoo/gentoo/pull/44006
Signed-off-by: Sam James <sam@gentoo.org>
2025-10-03 01:06:13 +01:00
..