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

Collapse All | Expand All

(-)ncurses-5.7-r2.ebuild (-1 / +3 lines)
Lines 19-24 Link Here
19
19
20
DEPEND="gpm? ( sys-libs/gpm )"
20
DEPEND="gpm? ( sys-libs/gpm )"
21
#	berkdb? ( sys-libs/db )"
21
#	berkdb? ( sys-libs/db )"
22
RDEPEND="!<x11-terms/rxvt-unicode-9.06-r3"
22
23
23
S=${WORKDIR}/${MY_P}
24
S=${WORKDIR}/${MY_P}
24
25
Lines 30-35 Link Here
30
	epatch "${FILESDIR}"/${PN}-5.7-emacs.patch #270527
31
	epatch "${FILESDIR}"/${PN}-5.7-emacs.patch #270527
31
	epatch "${FILESDIR}"/${PN}-5.7-nongnu.patch
32
	epatch "${FILESDIR}"/${PN}-5.7-nongnu.patch
32
	epatch "${FILESDIR}"/${PN}-5.7-tic-cross-detection.patch #288881
33
	epatch "${FILESDIR}"/${PN}-5.7-tic-cross-detection.patch #288881
34
	epatch "${FILESDIR}"/${PN}-5.7-rxvt-unicode.patch #192083
33
	epatch "${FILESDIR}"/${P}-hashdb-open.patch #245370
35
	epatch "${FILESDIR}"/${P}-hashdb-open.patch #245370
34
}
36
}
35
37
Lines 139-145 Link Here
139
#	if ! use berkdb ; then
141
#	if ! use berkdb ; then
140
		# We need the basic terminfo files in /etc, bug #37026
142
		# We need the basic terminfo files in /etc, bug #37026
141
		einfo "Installing basic terminfo files in /etc..."
143
		einfo "Installing basic terminfo files in /etc..."
142
		for x in ansi console dumb linux rxvt screen sun vt{52,100,102,200,220} \
144
		for x in ansi console dumb linux rxvt rxvt-unicode screen sun vt{52,100,102,200,220} \
143
				 xterm xterm-color xterm-xfree86
145
				 xterm xterm-color xterm-xfree86
144
		do
146
		do
145
			local termfile=$(find "${D}"/usr/share/terminfo/ -name "${x}" 2>/dev/null)
147
			local termfile=$(find "${D}"/usr/share/terminfo/ -name "${x}" 2>/dev/null)

Return to bug 192083