summaryrefslogtreecommitdiff
path: root/eclass/distutils-r1.eclass
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-10-30 11:18:05 +0100
committerJustin Lecher <jlec@gentoo.org>2015-10-30 13:03:49 +0100
commitdf8e399c9bac2dc30d7cf69c2462a81729a3ae69 (patch)
tree0cb65221ed2c47439955da7b7aecbf326a004f67 /eclass/distutils-r1.eclass
parentf2ea9b32635391feda1e01725ffc9ae55135b452 (diff)
downloadgentoo-df8e399c9bac2dc30d7cf69c2462a81729a3ae69.tar.gz
gentoo-df8e399c9bac2dc30d7cf69c2462a81729a3ae69.tar.xz
eclass: Use consistent place for then in if clause
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 185dd4fb80e..dbd27a76497 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -322,8 +322,7 @@ 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