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

(-)/usr/portage/tree/eclass/gnome2.eclass (-2 / +4 lines)
Lines 66-73 Link Here
66
	fi
66
	fi
67
67
68
	# Prevent a QA warning
68
	# Prevent a QA warning
69
	if hasq doc ${IUSE} ; then
69
	if [[ ${GCONF_GTKDOC} != 'no' ]] ; then
70
		G2CONF="${G2CONF} $(use_enable doc gtk-doc)"
70
		if hasq doc ${IUSE} ; then
71
			G2CONF="${G2CONF} $(use_enable doc gtk-doc)"
72
		fi
71
	fi
73
	fi
72
74
73
	# Avoid sandbox violations caused by misbehaving packages (bug #128289)
75
	# Avoid sandbox violations caused by misbehaving packages (bug #128289)

Return to bug 262491