summaryrefslogtreecommitdiff
path: root/dev-python/editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/editorconfig')
-rw-r--r--dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild (renamed from dev-python/editorconfig/editorconfig-0.12.4.ebuild)2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/editorconfig/editorconfig-0.12.4.ebuild b/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild
index 99394b20a897..26e4fba29270 100644
--- a/dev-python/editorconfig/editorconfig-0.12.4.ebuild
+++ b/dev-python/editorconfig/editorconfig-0.12.4-r1.ebuild
@@ -37,7 +37,7 @@ src_prepare() {
mv "${WORKDIR}"/editorconfig-core-test-${TESTVER}/* "${S}"/tests || die
fi
if ! use cli; then
- sed -i -e '/editorconfig\.__main__/d' setup.py || die
+ sed -i -e '/editorconfig\.__main__/d' setup.cfg || die
fi
cmake_src_prepare