commit: ff09969e2a44cf9d4d5724629fc15f3c45333bc4 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org> AuthorDate: Thu May 4 22:33:50 2023 +0000 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org> CommitDate: Thu May 4 22:34:37 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff09969e
Revert "app-arch/brotli: Set DISTUTILS_EXT=1" This reverts commit da48c5f80ae5d1c04086986219fb68c7ccf9c0b8. Does not work right with DISTUTILS_OPTIONAL, unsure how this is going to be handled so just reverting for now. Closes: https://bugs.gentoo.org/905715 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org> app-arch/brotli/brotli-1.0.9-r5.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-arch/brotli/brotli-1.0.9-r5.ebuild b/app-arch/brotli/brotli-1.0.9-r5.ebuild index bba511397ac0..5681d0303a51 100644 --- a/app-arch/brotli/brotli-1.0.9-r5.ebuild +++ b/app-arch/brotli/brotli-1.0.9-r5.ebuild @@ -3,7 +3,6 @@ EAPI=8 -DISTUTILS_EXT=1 DISTUTILS_OPTIONAL="1" DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} pypy3 )
