Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/tuxpaint/
Date: Sat, 02 Jan 2021 15:36:20
Message-Id: 1609601740.74e5017f2821413aec2fb925d4a2f29d013f6a7f.juippis@gentoo
1 commit: 74e5017f2821413aec2fb925d4a2f29d013f6a7f
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 2 15:06:33 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 2 15:35:40 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74e5017f
7
8 media-gfx/tuxpaint: add imagemagick[jpeg] as build-dep
9
10 - "composite: no decode delegate for this image format `JPEG'"
11
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
18 index 731a8e2d338..c5c2d8e0320 100644
19 --- a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
20 +++ b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -29,7 +29,7 @@ RDEPEND="
28 DEPEND="${RDEPEND}"
29 BDEPEND="
30 dev-util/gperf
31 - media-gfx/imagemagick[png]
32 + media-gfx/imagemagick[jpeg,png]
33 sys-devel/gettext
34 "