diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-01-02 17:06:33 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-01-02 17:35:40 +0200 |
commit | 74e5017f2821413aec2fb925d4a2f29d013f6a7f (patch) | |
tree | 32371f622c71d8e714c44ec16526fe899b97c440 /media-gfx/tuxpaint | |
parent | net-dialup/kpnadsl4linux: Fix copyright header (diff) | |
download | gentoo-74e5017f2821413aec2fb925d4a2f29d013f6a7f.tar.gz gentoo-74e5017f2821413aec2fb925d4a2f29d013f6a7f.tar.bz2 gentoo-74e5017f2821413aec2fb925d4a2f29d013f6a7f.zip |
media-gfx/tuxpaint: add imagemagick[jpeg] as build-dep
- "composite: no decode delegate for this image format `JPEG'"
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-gfx/tuxpaint')
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild index 731a8e2d3385..c5c2d8e0320b 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -29,7 +29,7 @@ RDEPEND=" DEPEND="${RDEPEND}" BDEPEND=" dev-util/gperf - media-gfx/imagemagick[png] + media-gfx/imagemagick[jpeg,png] sys-devel/gettext " |