diff options
author | Sam James <sam@gentoo.org> | 2022-02-07 08:59:56 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-07 09:00:04 +0000 |
commit | d1dd42c7b0051ef9efa205fc88b12b832b2996c4 (patch) | |
tree | a4768325bf6df705aac73ca73412dc2fa0f236ca /dev-python/pillow | |
parent | dev-lang/tcc: drop old (diff) | |
download | gentoo-d1dd42c7b0051ef9efa205fc88b12b832b2996c4.tar.gz gentoo-d1dd42c7b0051ef9efa205fc88b12b832b2996c4.tar.bz2 gentoo-d1dd42c7b0051ef9efa205fc88b12b832b2996c4.zip |
dev-python/pillow: fixup comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pillow')
-rw-r--r-- | dev-python/pillow/pillow-9.0.0-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pillow/pillow-9.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pillow/pillow-9.0.1-r1.ebuild | 2 | ||||
-rw-r--r-- | dev-python/pillow/pillow-9.0.1.ebuild | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/pillow/pillow-9.0.0-r1.ebuild b/dev-python/pillow/pillow-9.0.0-r1.ebuild index 82a914de8bf7..00a2a1e9dc76 100644 --- a/dev-python/pillow/pillow-9.0.0-r1.ebuild +++ b/dev-python/pillow/pillow-9.0.0-r1.ebuild @@ -70,7 +70,7 @@ python_configure_all() { $(usepil zlib)_zlib = True EOF - # setup.py sucks at adding the right toolchain paths but it does + # setup.py won't let us add the right toolchain paths but it does # accept additional ones from INCLUDE and LIB so set these. You # wouldn't normally need these at all as the toolchain should look # here anyway but this setup.py does stupid things. diff --git a/dev-python/pillow/pillow-9.0.0.ebuild b/dev-python/pillow/pillow-9.0.0.ebuild index 4d188aa9d485..a78b36d91f95 100644 --- a/dev-python/pillow/pillow-9.0.0.ebuild +++ b/dev-python/pillow/pillow-9.0.0.ebuild @@ -65,7 +65,7 @@ python_configure_all() { $(use_enable zlib) ) - # setup.py sucks at adding the right toolchain paths but it does + # setup.py won't let us add the right toolchain paths but it does # accept additional ones from INCLUDE and LIB so set these. You # wouldn't normally need these at all as the toolchain should look # here anyway but this setup.py does stupid things. diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild b/dev-python/pillow/pillow-9.0.1-r1.ebuild index 89fd236d44a3..ac74bff203e5 100644 --- a/dev-python/pillow/pillow-9.0.1-r1.ebuild +++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild @@ -79,7 +79,7 @@ python_configure_all() { $(usepil zlib)_zlib = True EOF - # setup.py sucks at adding the right toolchain paths but it does + # setup.py won't let us add the right toolchain paths but it does # accept additional ones from INCLUDE and LIB so set these. You # wouldn't normally need these at all as the toolchain should look # here anyway but this setup.py does stupid things. diff --git a/dev-python/pillow/pillow-9.0.1.ebuild b/dev-python/pillow/pillow-9.0.1.ebuild index 47485b0eb079..410bcbc1fd35 100644 --- a/dev-python/pillow/pillow-9.0.1.ebuild +++ b/dev-python/pillow/pillow-9.0.1.ebuild @@ -74,7 +74,7 @@ python_configure_all() { $(use_enable zlib) ) - # setup.py sucks at adding the right toolchain paths but it does + # setup.py won't let us add the right toolchain paths but it does # accept additional ones from INCLUDE and LIB so set these. You # wouldn't normally need these at all as the toolchain should look # here anyway but this setup.py does stupid things. |