lief: parallel build fix lost in transition

This commit is contained in:
Anton Bolshakov 2021-03-06 09:56:11 +08:00
parent 1590e3b487
commit 6fb4098397
No known key found for this signature in database
GPG key ID: 32BDCED870788F04

View file

@ -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