Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/hydrus/
Date: Fri, 24 Dec 2021 08:13:50
Message-Id: 1640333614.c03a418e1edb19fcf952ee311374879768606f96.sam@gentoo
1 commit: c03a418e1edb19fcf952ee311374879768606f96
2 Author: Ekaterina Vaartis <vaartis <AT> kotobank <DOT> ch>
3 AuthorDate: Fri Dec 24 07:59:54 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 24 08:13:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c03a418e
7
8 media-gfx/hydrus: Add the lcms use flag to pillow
9
10 Closes: https://bugs.gentoo.org/829900
11
12 Signed-off-by: Ekaterina Vaartis <vaartis <AT> kotobank.ch>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 media-gfx/hydrus/{hydrus-466.ebuild => hydrus-466-r1.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-gfx/hydrus/hydrus-466.ebuild b/media-gfx/hydrus/hydrus-466-r1.ebuild
19 similarity index 98%
20 rename from media-gfx/hydrus/hydrus-466.ebuild
21 rename to media-gfx/hydrus/hydrus-466-r1.ebuild
22 index 0915a2ae5436..aa080605c68f 100644
23 --- a/media-gfx/hydrus/hydrus-466.ebuild
24 +++ b/media-gfx/hydrus/hydrus-466-r1.ebuild
25 @@ -41,7 +41,7 @@ RDEPEND="
26 dev-python/html5lib[${PYTHON_USEDEP}]
27 dev-python/lxml[${PYTHON_USEDEP}]
28 dev-python/numpy[${PYTHON_USEDEP}]
29 - dev-python/pillow[${PYTHON_USEDEP}]
30 + dev-python/pillow[${PYTHON_USEDEP},lcms]
31 dev-python/psutil[${PYTHON_USEDEP}]
32 dev-python/pyopenssl[${PYTHON_USEDEP}]
33 dev-python/pyside2[widgets,gui,${PYTHON_USEDEP}]