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:02:48
Message-Id: 1644224545.73797dcffb7824c79f0c8433f47c949bb41ef2f2.sam@gentoo
1 commit: 73797dcffb7824c79f0c8433f47c949bb41ef2f2
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Feb 7 09:02:25 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 7 09:02:25 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73797dcf
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 00a2a1e9dc76..0dd406cd6c5f 100644
20 --- a/dev-python/pillow/pillow-9.0.0-r1.ebuild
21 +++ b/dev-python/pillow/pillow-9.0.0-r1.ebuild
22 @@ -73,7 +73,7 @@ python_configure_all() {
23 # setup.py won't let us add the right toolchain paths but it does
24 # accept additional ones from INCLUDE and LIB so set these. You
25 # wouldn't normally need these at all as the toolchain should look
26 - # here anyway but this setup.py does stupid things.
27 + # here anyway but it doesn't for this setup.py.
28 export \
29 INCLUDE="${ESYSROOT}"/usr/include \
30 LIB="${ESYSROOT}"/usr/$(get_libdir)
31
32 diff --git a/dev-python/pillow/pillow-9.0.0.ebuild b/dev-python/pillow/pillow-9.0.0.ebuild
33 index a78b36d91f95..c1fb9e79bab2 100644
34 --- a/dev-python/pillow/pillow-9.0.0.ebuild
35 +++ b/dev-python/pillow/pillow-9.0.0.ebuild
36 @@ -68,7 +68,7 @@ python_configure_all() {
37 # setup.py won't let us add the right toolchain paths but it does
38 # accept additional ones from INCLUDE and LIB so set these. You
39 # wouldn't normally need these at all as the toolchain should look
40 - # here anyway but this setup.py does stupid things.
41 + # here anyway but it doesn't for this setup.py.
42 export \
43 INCLUDE="${ESYSROOT}"/usr/include \
44 LIB="${ESYSROOT}"/usr/$(get_libdir)
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 ac74bff203e5..3571e8dc8a2a 100644
48 --- a/dev-python/pillow/pillow-9.0.1-r1.ebuild
49 +++ b/dev-python/pillow/pillow-9.0.1-r1.ebuild
50 @@ -82,7 +82,7 @@ python_configure_all() {
51 # setup.py won't let us add the right toolchain paths but it does
52 # accept additional ones from INCLUDE and LIB so set these. You
53 # wouldn't normally need these at all as the toolchain should look
54 - # here anyway but this setup.py does stupid things.
55 + # here anyway but it doesn't for this setup.py.
56 export \
57 INCLUDE="${ESYSROOT}"/usr/include \
58 LIB="${ESYSROOT}"/usr/$(get_libdir)
59
60 diff --git a/dev-python/pillow/pillow-9.0.1.ebuild b/dev-python/pillow/pillow-9.0.1.ebuild
61 index 410bcbc1fd35..c85c69ea8abf 100644
62 --- a/dev-python/pillow/pillow-9.0.1.ebuild
63 +++ b/dev-python/pillow/pillow-9.0.1.ebuild
64 @@ -77,7 +77,7 @@ python_configure_all() {
65 # setup.py won't let us add the right toolchain paths but it does
66 # accept additional ones from INCLUDE and LIB so set these. You
67 # wouldn't normally need these at all as the toolchain should look
68 - # here anyway but this setup.py does stupid things.
69 + # here anyway but it doesn't for this setup.py.
70 export \
71 INCLUDE="${ESYSROOT}"/usr/include \
72 LIB="${ESYSROOT}"/usr/$(get_libdir)