diff options
author | Sam James <sam@gentoo.org> | 2020-12-27 05:29:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2020-12-27 05:29:34 +0000 |
commit | 5db3f40851da9d3a4473d5a889603c8b959959c6 (patch) | |
tree | 057a632e61b3bf9e658719e1a56fc9ea4d58c99c /media-gfx/tuxpaint | |
parent | media-gfx/tuxpaint: version bump to 0.9.24 (diff) | |
download | gentoo-5db3f40851da9d3a4473d5a889603c8b959959c6.tar.gz gentoo-5db3f40851da9d3a4473d5a889603c8b959959c6.tar.bz2 gentoo-5db3f40851da9d3a4473d5a889603c8b959959c6.zip |
media-gfx/tuxpaint: minor style changes
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/tuxpaint')
-rw-r--r-- | media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild index 21f61535665c..731a8e2d3385 100644 --- a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild +++ b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild @@ -8,9 +8,11 @@ inherit desktop toolchain-funcs xdg DESCRIPTION="Drawing program designed for young children" HOMEPAGE="http://www.tuxpaint.org/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" + RDEPEND=" app-text/libpaper dev-libs/fribidi @@ -23,13 +25,13 @@ RDEPEND=" media-libs/sdl-pango media-libs/sdl-ttf x11-libs/cairo - " +" DEPEND="${RDEPEND}" BDEPEND=" dev-util/gperf media-gfx/imagemagick[png] sys-devel/gettext - " +" src_prepare() { xdg_src_prepare |