diff options
author | 2021-06-29 02:51:58 +0000 | |
---|---|---|
committer | 2021-06-29 02:51:58 +0000 | |
commit | 3077657c14765d72e9416198c2425c2abfa96768 (patch) | |
tree | 447ab4612af0eb40f0c7edc49d55fefce851adad | |
parent | 2021-06-29 02:07:18 UTC (diff) | |
parent | distutils-r1.eclass: fix distutils_enable_tests (${PYTHON_MULTI_USEDEP} usage) (diff) | |
download | gentoo-3077657c14765d72e9416198c2425c2abfa96768.tar.gz gentoo-3077657c14765d72e9416198c2425c2abfa96768.tar.bz2 gentoo-3077657c14765d72e9416198c2425c2abfa96768.zip |
Merge updates from master
-rw-r--r-- | eclass/distutils-r1.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass index a26130f7a194..238ba033c5d8 100644 --- a/eclass/distutils-r1.eclass +++ b/eclass/distutils-r1.eclass @@ -421,7 +421,7 @@ distutils_enable_tests() { test_deps+=" ${test_pkg}[${PYTHON_USEDEP}]" else test_deps+=" $(python_gen_cond_dep " - ${test_pkg}[\${PYTHON_MULTI_USEDEP}] + ${test_pkg}[\${PYTHON_USEDEP}] ")" fi fi |