commit: e6df53cdc79b3200ffb2fcb66a2c8a52ffc5746a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 17:17:45 2015 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 17:17:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6df53cd
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...")
eclass/distutils-r1.eclass | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index dbd27a7..185dd4f 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -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