summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorRob Cakebread <pythonhead@gentoo.org>2005-05-03 07:55:17 +0000
committerRob Cakebread <pythonhead@gentoo.org>2005-05-03 07:55:17 +0000
commit3ad9f357a61689342096800aff83272700f45d54 (patch)
tree2d653e8a70fe383e14de730ca2ad8932a8f78137 /eclass
parentRemove duplicate KEYWORD. (diff)
downloadgentoo-2-3ad9f357a61689342096800aff83272700f45d54.tar.gz
gentoo-2-3ad9f357a61689342096800aff83272700f45d54.tar.bz2
gentoo-2-3ad9f357a61689342096800aff83272700f45d54.zip
Fixed gtk2unicode
Diffstat (limited to 'eclass')
-rw-r--r--eclass/wxwidgets.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/wxwidgets.eclass b/eclass/wxwidgets.eclass
index 02c174ff8c30..7022191c5427 100644
--- a/eclass/wxwidgets.eclass
+++ b/eclass/wxwidgets.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.7 2005/05/02 16:43:58 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/wxwidgets.eclass,v 1.8 2005/05/03 07:55:17 pythonhead Exp $
#
# Author Rob Cakebread <pythonhead@gentoo.org>
@@ -29,7 +29,7 @@ need-wxwidgets() {
case $1 in
gtk) set-wxconfig gtk-ansi;;
gtk2) set-wxconfig gtk2-ansi;;
- gtk2-unicode) set-wxconfig gtk2-unicode;;
+ unicode) set-wxconfig gtk2-unicode;;
base) set-wxconfig base-ansi;;
base-unicode) set-wxconfig base-unicode;;
mac) set-wxconfig mac-ansi;;