mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-04-26 08:40:57 +02:00
lief: parallel build fix lost in transition
This commit is contained in:
parent
1590e3b487
commit
6fb4098397
1 changed files with 4 additions and 3 deletions
|
|
@ -17,7 +17,8 @@ KEYWORDS="amd64 x86"
|
|||
|
||||
IUSE="examples +python static-libs"
|
||||
|
||||
RDEPEND="python? ( ${PYTHON_DEPS} )"
|
||||
RDEPEND="python? ( ${PYTHON_DEPS}
|
||||
dev-python/xtract[${PYTHON_USEDEP}] )"
|
||||
DEPEND="${RDEPEND}
|
||||
python? ( dev-python/setuptools[${PYTHON_USEDEP}] )"
|
||||
|
||||
|
|
@ -65,8 +66,8 @@ src_compile() {
|
|||
|
||||
# wrap_python ${FUNCNAME}
|
||||
compile_python() {
|
||||
${EPYTHON} setup.py build_ext
|
||||
distutils-r1_python_compile
|
||||
# ${EPYTHON} setup.py build_ext
|
||||
distutils-r1_python_compile build_ext
|
||||
}
|
||||
python_foreach_impl compile_python
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue