diff options
-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 411fe28f0b88..e1678ef6a893 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 |