summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-06-28 18:24:11 +0100
committerSam James <sam@gentoo.org>2024-06-28 18:24:11 +0100
commite2888a623efb2cf88fde521aa42a2caaf71a0b1a (patch)
treec2b783ff95ed8c4ac058fa5c5a644c554e1e1820
parentdev-python/pillow: drop obsolete comment re PKG_CONFIG (diff)
downloadgentoo-e2888a623efb2cf88fde521aa42a2caaf71a0b1a.tar.gz
gentoo-e2888a623efb2cf88fde521aa42a2caaf71a0b1a.tar.bz2
gentoo-e2888a623efb2cf88fde521aa42a2caaf71a0b1a.zip
dev-python/pillow: drop another obsolete comment
Nowadays, we use setup.cfg. Bug: https://bugs.gentoo.org/661308 Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--dev-python/pillow/pillow-10.3.0.ebuild2
1 files changed, 0 insertions, 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