summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-10-30 18:17:45 +0100
committerMichał Górny <mgorny@gentoo.org>2015-10-30 18:17:45 +0100
commite6df53cdc79b3200ffb2fcb66a2c8a52ffc5746a (patch)
tree4868fb71f20bdfc137ba8ec59c6f29f7fe8e5e93 /eclass/distutils-r1.eclass
parentmedia-libs/opencv: contrib path changed bug #558104. (diff)
downloadgentoo-e6df53cdc79b3200ffb2fcb66a2c8a52ffc5746a.tar.gz
gentoo-e6df53cdc79b3200ffb2fcb66a2c8a52ffc5746a.tar.bz2
gentoo-e6df53cdc79b3200ffb2fcb66a2c8a52ffc5746a.zip
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...")
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass3
1 files changed, 2 insertions, 1 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index dbd27a76497c..185dd4fb80e4 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