View | Details | Raw Unified
Collapse All | Expand All

(-) gambas-2.8.1.ebuild (+4 lines)
 Lines 48-53    Link Here 
	built_with_use sys-devel/gcc libffi \
	built_with_use sys-devel/gcc libffi \
	|| die "gcc needs to be build with the USE flag libffi"
	|| die "gcc needs to be build with the USE flag libffi"
	if ! use qt3; then
	use gtk && die "GTK support depends on Qt being enabled"
	fi
	if ! use gtk; then
	if ! use gtk; then
	use svg && die "SVG support depends on GTK being enabled"
	use svg && die "SVG support depends on GTK being enabled"
	fi
	fi