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

(-)rxvt-unicode-9.06-r2.ebuild (-1 / +6 lines)
Lines 20-26 Link Here
20
	x11-libs/libXft
20
	x11-libs/libXft
21
	afterimage? ( media-libs/libafterimage )
21
	afterimage? ( media-libs/libafterimage )
22
	x11-libs/libXrender
22
	x11-libs/libXrender
23
	perl? ( dev-lang/perl )"
23
	perl? ( dev-lang/perl )
24
	>=sys-libs/ncurses-5.7-r3"
24
DEPEND="${RDEPEND}
25
DEPEND="${RDEPEND}
25
	dev-util/pkgconfig
26
	dev-util/pkgconfig
26
	x11-proto/xproto"
27
	x11-proto/xproto"
Lines 47-52 Link Here
47
			doc/Makefile.in
48
			doc/Makefile.in
48
	fi
49
	fi
49
50
51
	# kill the rxvt-unicode terminfo file - #192083
52
	sed -i -e "/rxvt-unicode.terminfo/d" doc/Makefile.in || 
53
		die "sed failed"
54
50
	use wcwidth && epatch doc/wcwidth.patch
55
	use wcwidth && epatch doc/wcwidth.patch
51
56
52
	# bug #240165
57
	# bug #240165

Return to bug 192083