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

(-)wxGTK-2.6.1-r1.ebuild (-1 / +1 lines)
Lines 30-36 Link Here
30
pkg_setup() {
30
pkg_setup() {
31
	einfo "To install only wxbase (non-gui libs) use -gtk2 -wxgtk1"
31
	einfo "To install only wxbase (non-gui libs) use -gtk2 -wxgtk1"
32
	if use unicode; then
32
	if use unicode; then
33
		! use gtk2 && die "You must put gtk2 in your USE if you need unicode support"
33
		use wxgtk1 && die "You can't have wxgtk1 in your USE if you need unicode support"
34
	fi
34
	fi
35
}
35
}
36
36

Return to bug 120927