fix various encoding corruption

This commit is contained in:
Mike Frysinger
2015-10-09 23:19:50 -04:00
parent 14795bd969
commit c151161885
67 changed files with 105 additions and 105 deletions

View File

@@ -22,7 +22,7 @@ DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]
test? ( ${RDEPEND} )"
python_prepare_all() {
sed -i -e "s/'-O3'//g" setup.py || die
sed -i -e "s/'-O3'//g" setup.py || die
distutils-r1_python_prepare_all
}