summaryrefslogtreecommitdiff
path: root/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-01-08 11:28:34 +0000
commit24fd814c326e282c4321965c31f341dad77e270d (patch)
tree033d63b33c21a3209964ab56005bb9bdd523630d /media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
parent129160ec854dca4c3fedb5bcfbcb56930371da0f (diff)
gentoo resync : 08.01.2021
Diffstat (limited to 'media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild')
-rw-r--r--media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild12
1 files changed, 5 insertions, 7 deletions
diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
index 731a8e2d3385..b7dc34d66933 100644
--- a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
+++ b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit desktop toolchain-funcs xdg
+inherit desktop optfeature toolchain-funcs xdg
DESCRIPTION="Drawing program designed for young children"
HOMEPAGE="http://www.tuxpaint.org/"
@@ -29,7 +29,7 @@ RDEPEND="
DEPEND="${RDEPEND}"
BDEPEND="
dev-util/gperf
- media-gfx/imagemagick[png]
+ media-gfx/imagemagick[jpeg,png,svg]
sys-devel/gettext
"
@@ -66,8 +66,6 @@ src_install() {
pkg_postinst() {
xdg_pkg_postinst
- if ! has_version "media-gfx/tuxpaint-stamps"; then
- elog "For additional graphic stamps, you can emerge the"
- elog "media-gfx/tuxpaint-stamps package."
- fi
+ elog "Optional uninstalled features:"
+ optfeature "additional graphic stamps" media-gfx/tuxpaint-stamps
}