mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
eclass: Revert "Use consistent place for then in if clause"
The commit was done without contacting the maintainer and does not
conform to line width used within the eclass.
Reverts: df8e399c9b ("eclass: Use consistent place for...")
This commit is contained in:
@@ -322,7 +322,8 @@ distutils-r1_python_prepare_all() {
|
||||
|
||||
_distutils-r1_disable_ez_setup
|
||||
|
||||
if [[ ${DISTUTILS_IN_SOURCE_BUILD} && ! ${DISTUTILS_SINGLE_IMPL} ]]; then
|
||||
if [[ ${DISTUTILS_IN_SOURCE_BUILD} && ! ${DISTUTILS_SINGLE_IMPL} ]]
|
||||
then
|
||||
# create source copies for each implementation
|
||||
python_copy_sources
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user