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/tuxpaint/
Date: Sun, 27 Dec 2020 05:29:44
Message-Id: 1609046974.5db3f40851da9d3a4473d5a889603c8b959959c6.sam@gentoo
1 commit: 5db3f40851da9d3a4473d5a889603c8b959959c6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 05:29:34 2020 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 05:29:34 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db3f408
7
8 media-gfx/tuxpaint: minor style changes
9
10 Package-Manager: Portage-3.0.9, Repoman-3.0.2
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild | 6 ++++--
14 1 file changed, 4 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
17 index 21f61535665..731a8e2d338 100644
18 --- a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
19 +++ b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
20 @@ -8,9 +8,11 @@ inherit desktop toolchain-funcs xdg
21 DESCRIPTION="Drawing program designed for young children"
22 HOMEPAGE="http://www.tuxpaint.org/"
23 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
24 +
25 LICENSE="GPL-2"
26 SLOT="0"
27 KEYWORDS="~amd64 ~ppc ~x86"
28 +
29 RDEPEND="
30 app-text/libpaper
31 dev-libs/fribidi
32 @@ -23,13 +25,13 @@ RDEPEND="
33 media-libs/sdl-pango
34 media-libs/sdl-ttf
35 x11-libs/cairo
36 - "
37 +"
38 DEPEND="${RDEPEND}"
39 BDEPEND="
40 dev-util/gperf
41 media-gfx/imagemagick[png]
42 sys-devel/gettext
43 - "
44 +"
45
46 src_prepare() {
47 xdg_src_prepare