mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
fix various encoding corruption
This commit is contained in:
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user