diff options
author | Ekaterina Vaartis <vaartis@kotobank.ch> | 2022-01-10 10:25:01 +0300 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-01-17 01:57:32 +0000 |
commit | 22a650c0888b62d682b041421bbc5f06cf3c00c3 (patch) | |
tree | 3ccc69f56349ea4a262b736592b6e719f5f6cf34 /media-gfx/hydrus | |
parent | sys-fs/bcache-tools: keyword 1.1-r1 for ~ppc (diff) | |
download | gentoo-22a650c0888b62d682b041421bbc5f06cf3c00c3.tar.gz gentoo-22a650c0888b62d682b041421bbc5f06cf3c00c3.tar.bz2 gentoo-22a650c0888b62d682b041421bbc5f06cf3c00c3.zip |
media-gfx/hydrus: Fix LCMS error for 468 too, copied the wrong file
Closes: https://bugs.gentoo.org/830827
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/hydrus')
-rw-r--r-- | media-gfx/hydrus/hydrus-468-r1.ebuild (renamed from media-gfx/hydrus/hydrus-468.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/hydrus/hydrus-468.ebuild b/media-gfx/hydrus/hydrus-468-r1.ebuild index 8ce7aabfa36d..f45dbc3ac8ef 100644 --- a/media-gfx/hydrus/hydrus-468.ebuild +++ b/media-gfx/hydrus/hydrus-468-r1.ebuild @@ -41,7 +41,7 @@ RDEPEND=" dev-python/html5lib[${PYTHON_USEDEP}] dev-python/lxml[${PYTHON_USEDEP}] dev-python/numpy[${PYTHON_USEDEP}] - dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pillow[${PYTHON_USEDEP},lcms] dev-python/psutil[${PYTHON_USEDEP}] dev-python/pyopenssl[${PYTHON_USEDEP}] dev-python/pyside2[widgets,gui,${PYTHON_USEDEP}] |