commit: e2888a623efb2cf88fde521aa42a2caaf71a0b1a Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Fri Jun 28 17:24:11 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jun 28 17:24:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2888a62
dev-python/pillow: drop another obsolete comment Nowadays, we use setup.cfg. Bug: https://bugs.gentoo.org/661308 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/pillow/pillow-10.3.0.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/pillow/pillow-10.3.0.ebuild b/dev-python/pillow/pillow-10.3.0.ebuild index ca4cc5f44add..45dc6128ec02 100644 --- a/dev-python/pillow/pillow-10.3.0.ebuild +++ b/dev-python/pillow/pillow-10.3.0.ebuild @@ -78,8 +78,6 @@ usepil() { } python_configure_all() { - # It's important that these flags are also passed during the install phase - # as well. Make sure of that if you change the lines below. See bug 661308. cat >> setup.cfg <<-EOF || die [build_ext] disable_platform_guessing = True
