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

Collapse All | Expand All

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

Return to bug 229821