commit: 74e5017f2821413aec2fb925d4a2f29d013f6a7f
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 2 15:06:33 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Sat Jan 2 15:35:40 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e5017f
media-gfx/tuxpaint: add imagemagick[jpeg] as build-dep
- "composite: no decode delegate for this image format `JPEG'"
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild | 4 ++--
1 file 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 731a8e2d338..c5c2d8e0320 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
"