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

@@ -52,7 +52,7 @@ python_configure() {
local myopts=()
use opengl && myopts+=( --cuda-enable-gl )
mkdir "${BUILD_DIR}" || die
mkdir "${BUILD_DIR}" || die
cd "${BUILD_DIR}" || die
[[ -e ./siteconf.py ]] && rm -f ./siteconf.py
"${EPYTHON}" "${S}"/configure.py \

View File

@@ -52,7 +52,7 @@ python_configure() {
local myopts=()
use opengl && myopts+=( --cuda-enable-gl )
mkdir "${BUILD_DIR}" || die
mkdir "${BUILD_DIR}" || die
cd "${BUILD_DIR}" || die
[[ -e ./siteconf.py ]] && rm -f ./siteconf.py
"${EPYTHON}" "${S}"/configure.py \

View File

@@ -52,7 +52,7 @@ python_configure() {
local myopts=()
use opengl && myopts+=( --cuda-enable-gl )
mkdir "${BUILD_DIR}" || die
mkdir "${BUILD_DIR}" || die
cd "${BUILD_DIR}" || die
[[ -e ./siteconf.py ]] && rm -f ./siteconf.py
"${EPYTHON}" "${S}"/configure.py \

View File

@@ -53,7 +53,7 @@ python_configure() {
local myopts=()
use opengl && myopts+=( --cuda-enable-gl )
mkdir "${BUILD_DIR}" || die
mkdir "${BUILD_DIR}" || die
cd "${BUILD_DIR}" || die
[[ -e ./siteconf.py ]] && rm -f ./siteconf.py
"${EPYTHON}" "${S}"/configure.py \