Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 820506 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- a/sys-libs/ncurses/ncurses-6.3.ebuild
0
++ b/sys-libs/ncurses/ncurses-6.3.ebuild
Lines 66-74 Link Here
66
	NCURSES_TARGETS=(
66
	NCURSES_TARGETS=(
67
		ncurses
67
		ncurses
68
		ncursesw
68
		ncursesw
69
	)
70
	case "${CHOST}" in
71
	mingw*|*-mingw*) ;;
72
	*) NCURSES_TARGETS+=(
69
		ncursest
73
		ncursest
70
		ncursestw
74
		ncursestw
71
	)
75
	) ;;
76
	esac
72
77
73
	# When installing ncurses, we have to use a compatible version of tic.
78
	# When installing ncurses, we have to use a compatible version of tic.
74
	# This comes up when cross-compiling, doing multilib builds, upgrading,
79
	# This comes up when cross-compiling, doing multilib builds, upgrading,

Return to bug 820506