diff options
author | 2022-02-07 09:02:25 +0000 | |
---|---|---|
committer | 2022-02-07 09:02:25 +0000 | |
commit | 73797dcffb7824c79f0c8433f47c949bb41ef2f2 (patch) | |
tree | 483bd0642a9e16005f12084f32a9dd2227f67443 /dev-python/pillow | |
parent | dev-python/pillow: fixup comment (diff) | |
download | gentoo-73797dcffb7824c79f0c8433f47c949bb41ef2f2.tar.gz gentoo-73797dcffb7824c79f0c8433f47c949bb41ef2f2.tar.bz2 gentoo-73797dcffb7824c79f0c8433f47c949bb41ef2f2.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 00a2a1e9dc76..0dd406cd6c5f 100644 --- a/dev-python/pillow/pillow-9.0.0-r1.ebuild +++ b/dev-python/pillow/pillow-9.0.0-r1.ebuild @@ -73,7 +73,7 @@ python_configure_all() { # 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. + # here anyway but it doesn't for this setup.py. export \ INCLUDE="${ESYSROOT}"/usr/include \ LIB="${ESYSROOT}"/usr/$(get_libdir) diff --git a/dev-python/pillow/pillow-9.0.0.ebuild b/dev-python/pillow/pillow-9.0.0.ebuild index a78b36d91f95..c1fb9e79bab2 100644 --- a/dev-python/pillow/pillow-9.0.0.ebuild +++ b/dev-python/pillow/pillow-9.0.0.ebuild @@ -68,7 +68,7 @@ python_configure_all() { # 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. + # here anyway but it doesn't for this setup.py. export \ INCLUDE="${ESYSROOT}"/usr/include \ LIB="${ESYSROOT}"/usr/$(get_libdir) diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild b/dev-python/pillow/pillow-9.0.1-r1.ebuild index ac74bff203e5..3571e8dc8a2a 100644 --- a/dev-python/pillow/pillow-9.0.1-r1.ebuild +++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild @@ -82,7 +82,7 @@ python_configure_all() { # 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. + # here anyway but it doesn't for this setup.py. export \ INCLUDE="${ESYSROOT}"/usr/include \ LIB="${ESYSROOT}"/usr/$(get_libdir) diff --git a/dev-python/pillow/pillow-9.0.1.ebuild b/dev-python/pillow/pillow-9.0.1.ebuild index 410bcbc1fd35..c85c69ea8abf 100644 --- a/dev-python/pillow/pillow-9.0.1.ebuild +++ b/dev-python/pillow/pillow-9.0.1.ebuild @@ -77,7 +77,7 @@ python_configure_all() { # 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. + # here anyway but it doesn't for this setup.py. export \ INCLUDE="${ESYSROOT}"/usr/include \ LIB="${ESYSROOT}"/usr/$(get_libdir) |