Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pillow/
Date: Mon, 07 Feb 2022 09:00:20
Message-Id: 1644224404.d1dd42c7b0051ef9efa205fc88b12b832b2996c4.sam@gentoo
1 commit: d1dd42c7b0051ef9efa205fc88b12b832b2996c4
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 08:59:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 09:00:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1dd42c7
7
8 dev-python/pillow: fixup comment
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-python/pillow/pillow-9.0.0-r1.ebuild | 2 +-
13 dev-python/pillow/pillow-9.0.0.ebuild | 2 +-
14 dev-python/pillow/pillow-9.0.1-r1.ebuild | 2 +-
15 dev-python/pillow/pillow-9.0.1.ebuild | 2 +-
16 4 files changed, 4 insertions(+), 4 deletions(-)
17
18 diff --git a/dev-python/pillow/pillow-9.0.0-r1.ebuild b/dev-python/pillow/pillow-9.0.0-r1.ebuild
19 index 82a914de8bf7..00a2a1e9dc76 100644
20 --- a/dev-python/pillow/pillow-9.0.0-r1.ebuild
21 +++ b/dev-python/pillow/pillow-9.0.0-r1.ebuild
22 @@ -70,7 +70,7 @@ python_configure_all() {
23 $(usepil zlib)_zlib = True
24 EOF
25
26 - # setup.py sucks at adding the right toolchain paths but it does
27 + # setup.py won't let us add the right toolchain paths but it does
28 # accept additional ones from INCLUDE and LIB so set these. You
29 # wouldn't normally need these at all as the toolchain should look
30 # here anyway but this setup.py does stupid things.
31
32 diff --git a/dev-python/pillow/pillow-9.0.0.ebuild b/dev-python/pillow/pillow-9.0.0.ebuild
33 index 4d188aa9d485..a78b36d91f95 100644
34 --- a/dev-python/pillow/pillow-9.0.0.ebuild
35 +++ b/dev-python/pillow/pillow-9.0.0.ebuild
36 @@ -65,7 +65,7 @@ python_configure_all() {
37 $(use_enable zlib)
38 )
39
40 - # setup.py sucks at adding the right toolchain paths but it does
41 + # setup.py won't let us add the right toolchain paths but it does
42 # accept additional ones from INCLUDE and LIB so set these. You
43 # wouldn't normally need these at all as the toolchain should look
44 # here anyway but this setup.py does stupid things.
45
46 diff --git a/dev-python/pillow/pillow-9.0.1-r1.ebuild b/dev-python/pillow/pillow-9.0.1-r1.ebuild
47 index 89fd236d44a3..ac74bff203e5 100644
48 --- a/dev-python/pillow/pillow-9.0.1-r1.ebuild
49 +++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild
50 @@ -79,7 +79,7 @@ python_configure_all() {
51 $(usepil zlib)_zlib = True
52 EOF
53
54 - # setup.py sucks at adding the right toolchain paths but it does
55 + # setup.py won't let us add the right toolchain paths but it does
56 # accept additional ones from INCLUDE and LIB so set these. You
57 # wouldn't normally need these at all as the toolchain should look
58 # here anyway but this setup.py does stupid things.
59
60 diff --git a/dev-python/pillow/pillow-9.0.1.ebuild b/dev-python/pillow/pillow-9.0.1.ebuild
61 index 47485b0eb079..410bcbc1fd35 100644
62 --- a/dev-python/pillow/pillow-9.0.1.ebuild
63 +++ b/dev-python/pillow/pillow-9.0.1.ebuild
64 @@ -74,7 +74,7 @@ python_configure_all() {
65 $(use_enable zlib)
66 )
67
68 - # setup.py sucks at adding the right toolchain paths but it does
69 + # setup.py won't let us add the right toolchain paths but it does
70 # accept additional ones from INCLUDE and LIB so set these. You
71 # wouldn't normally need these at all as the toolchain should look
72 # here anyway but this setup.py does stupid things.