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

Collapse All | Expand All

(-)/usr/portage/eclass/wxwidgets.eclass (+2 lines)
Lines 28-33 Link Here
28
			gtk)		set-wxconfig gtk-ansi;;
28
			gtk)		set-wxconfig gtk-ansi;;
29
			gtk2)		set-wxconfig gtk2-ansi;;
29
			gtk2)		set-wxconfig gtk2-ansi;;
30
			unicode)	set-wxconfig gtk2-unicode;;
30
			unicode)	set-wxconfig gtk2-unicode;;
31
			base)		set-wxconfig base-ansi;;
32
			base-unicode)	set-wxconfig base-unicode;;
31
			*)		echo "!!! $FUNCNAME: Error: unrecognized wxconfig version $1 requested"
33
			*)		echo "!!! $FUNCNAME: Error: unrecognized wxconfig version $1 requested"
32
			exit 1;;
34
			exit 1;;
33
		esac
35
		esac

Return to bug 84846