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

(-)/usr/portage/eclass/wxwidgets.eclass (-2 / +2 lines)
Lines 33-40 Link Here
33
			base-unicode)	set-wxconfig base-unicode;;
33
			base-unicode)	set-wxconfig base-unicode;;
34
			mac)		set-wxconfig mac-ansi;;
34
			mac)		set-wxconfig mac-ansi;;
35
			mac-unicode)	set-wxconfig mac-unicode;;
35
			mac-unicode)	set-wxconfig mac-unicode;;
36
			*)		echo "!!! $FUNCNAME: Error: wxGTK was not comipled with $1."
36
			*)		echo "!!! $FUNCNAME: Error: wxGTK was not compiled with $1."
37
					echo "!!! Adjust your USE flags or re-emerge wxGTK with version you want."
37
					echo "!!! Adjust your USE flags or re-emerge wxGTK with the version you want."
38
			exit 1;;
38
			exit 1;;
39
		esac
39
		esac
40
40

Return to bug 112459