commit: 3553ff0f48a8273da65f4e352a496891d49838d8
Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 4 20:04:56 2024 +0000
Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Mon Nov 4 20:04:56 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3553ff0f
dev-python/dulwich-0.22.4: use tabs, not spaces
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
dev-python/dulwich/dulwich-0.22.4.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/dev-python/dulwich/dulwich-0.22.4.ebuild
b/dev-python/dulwich/dulwich-0.22.4.ebuild
index 20b5987431a8..367840375cc2 100644
--- a/dev-python/dulwich/dulwich-0.22.4.ebuild
+++ b/dev-python/dulwich/dulwich-0.22.4.ebuild
@@ -78,10 +78,10 @@ src_prepare() {
if use !native-extensions; then
# avoid hard dep on rust via setuptools_rust
- sed -i \
- -e '/from setuptools_rust/d' \
- -e '/^rust_extensions = \[/,/^\]/d' \
- setup.py || die
+ sed -i \
+ -e '/from setuptools_rust/d' \
+ -e '/^rust_extensions = \[/,/^\]/d' \
+ setup.py || die
fi
}