--- python-2.3.4.ebuild.orig 2004-10-29 00:13:19.837193040 +0300 +++ python-2.3.4.ebuild 2004-10-29 00:22:13.735028232 +0300 @@ -112,6 +112,11 @@ && myconf="${myconf} --enable-unicode=ucs2" \ || myconf="${myconf} --enable-unicode=ucs4" + # use --with-wctype-functions for tr_TR[.UTF-8] + if use wchar; then + myconf="${myconf} --with-wctype-functions" + fi + src_configure econf --with-fpectl \