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 (-4 / +4 lines)
Line  Link Here
0
-- a/sys-libs/ncurses/ncurses-6.3.ebuild
0
++ b/sys-libs/ncurses/ncurses-6.3.ebuild
Lines 23-29 Link Here
23
# The subslot reflects the SONAME.
23
# The subslot reflects the SONAME.
24
SLOT="0/6"
24
SLOT="0/6"
25
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
25
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
26
IUSE="ada +cxx debug doc gpm minimal profile static-libs test tinfo trace"
26
IUSE="ada +cxx debug doc gpm minimal profile static-libs test +threads tinfo trace"
27
RESTRICT="!test? ( test )"
27
RESTRICT="!test? ( test )"
28
28
29
DEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )"
29
DEPEND="gpm? ( sys-libs/gpm[${MULTILIB_USEDEP}] )"
Lines 66-73 Link Here
66
	NCURSES_TARGETS=(
66
	NCURSES_TARGETS=(
67
		ncurses
67
		ncurses
68
		ncursesw
68
		ncursesw
69
		ncursest
69
		$(usex threads 'ncursest' '')
70
		ncursestw
70
		$(usex threads 'ncursestw' '')
71
	)
71
	)
72
72
73
	# When installing ncurses, we have to use a compatible version of tic.
73
	# When installing ncurses, we have to use a compatible version of tic.

Return to bug 820506