commit:     9aa4b5c291e6e12e6cb4b639b4df8f96945e26d2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 17:39:46 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 17:47:15 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9aa4b5c2

dev-python/indexed-gzip: Remove obsolete hack

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/indexed-gzip/indexed-gzip-1.8.5-r1.ebuild | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/dev-python/indexed-gzip/indexed-gzip-1.8.5-r1.ebuild 
b/dev-python/indexed-gzip/indexed-gzip-1.8.5-r1.ebuild
index cdcf6cac54ed..840bfdcaadf5 100644
--- a/dev-python/indexed-gzip/indexed-gzip-1.8.5-r1.ebuild
+++ b/dev-python/indexed-gzip/indexed-gzip-1.8.5-r1.ebuild
@@ -35,14 +35,6 @@ BDEPEND="
 
 distutils_enable_tests pytest
 
-src_prepare() {
-       # strip custom "clean" command that doesn't support "-a"
-       # https://bugs.gentoo.org/838955
-       # TODO: this can be removed once distutils-r1 stops using clean
-       sed -e '/cmdclass/d' -i setup.py || die
-       distutils-r1_src_prepare
-}
-
 src_compile() {
        # This actually enables line tracing, so it fits USE=debug more.
        if use debug; then

Reply via email to