this will break stable python bindings on x86:
i686-pc-linux-gnu-g++ -pthread -DNDEBUG -O2 -march=i686 -pipe -fPIC
-I/usr/include -I/usr/include/python2.5 -c -I/usr/include
-I/usr/include/python2.5 -c MeCab_wrap.cxx -o
build/temp.linux-i686-2.5/MeCab_wrap.o
MeCab_wrap.cxx: In function 'int SWIG_Python_ConvertFunctionPtr(PyObject*,
void**, swig_type_info*)':
MeCab_wrap.cxx:2000: error: invalid conversion from 'const char*' to 'char*'
MeCab_wrap.cxx: In function 'void SWIG_Python_FixMethods(PyMethodDef*,
swig_const_info*, swig_type_info**, swig_type_info**)':
MeCab_wrap.cxx:4841: error: invalid conversion from 'const char*' to 'char*'
error: command 'i686-pc-linux-gnu-g++' failed with exit status 1
*
* ERROR: dev-python/mecab-python-0.92 failed.
* Call stack:
* ebuild.sh, line 49: Called src_compile
* environment, line 2392: Called distutils_src_compile
* environment, line 701: Called die
* The specific snippet of code:
* ${python} setup.py build "$@" || die "compilation failed"
* The die message:
* compilation failed
should we stabilize dev-python/mecab-python-0.96, which has been in the tree
long enough and emerges fine?