commit: d781663e9fd797a4c05b040450392a89f5fe3fc6
Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
AuthorDate: Sat Apr 29 06:21:38 2023 +0000
Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
CommitDate: Sat Apr 29 06:21:38 2023 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=d781663e
dev-python/hunter: fix prepare
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
dev-python/hunter/hunter-3.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/hunter/hunter-3.6.0.ebuild
b/dev-python/hunter/hunter-3.6.0.ebuild
index 01e701f16..87f640745 100644
--- a/dev-python/hunter/hunter-3.6.0.ebuild
+++ b/dev-python/hunter/hunter-3.6.0.ebuild
@@ -67,8 +67,8 @@ src_unpack() {
}
src_prepare() {
- default
find . -name '*.c' -delete || die "removing csources failed"
+ distutils-r1_src_prepare
}
python_compile() {