Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 549304
Collapse All | Expand All

(-)a/x11-terms/gnome-terminal/gnome-terminal-3.16.2.ebuild (-3 / +4 lines)
Lines 48-56 src_configure() { Link Here
48
		$(use_enable debug) \
48
		$(use_enable debug) \
49
		$(use_enable gnome-shell search-provider) \
49
		$(use_enable gnome-shell search-provider) \
50
		$(use_with nautilus nautilus-extension) \
50
		$(use_with nautilus nautilus-extension) \
51
		VALAC=$(type -P true) \
51
		VALAC=$(type -P true) 
52
		ITSTOOL=$(type -P true) \
52
		# Docs are broken in this release.
53
		XMLLINT=$(type -P true)
53
		#ITSTOOL=$(type -P true) \
54
		#XMLLINT=$(type -P true)
54
}
55
}
55
56
56
src_install() {
57
src_install() {

Return to bug 549304