From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1237697-garchives=archives.gentoo.org@lists.gentoo.org>
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by finch.gentoo.org (Postfix) with ESMTPS id D57EE1382C5
	for <garchives@archives.gentoo.org>; Tue,  5 Jan 2021 07:41:54 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 2907FE0864;
	Tue,  5 Jan 2021 07:41:54 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 0D1E9E085B
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Jan 2021 07:41:54 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits))
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id CB9E233DE47
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Jan 2021 07:41:52 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BDDF488
	for <gentoo-commits@lists.gentoo.org>; Tue,  5 Jan 2021 07:41:51 +0000 (UTC)
From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org>
Message-ID: <1609832078.ca5869cb34b1a88968a96ce07a7420c2283ff27d.juippis@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/tuxpaint/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
X-VCS-Directories: media-gfx/tuxpaint/
X-VCS-Committer: juippis
X-VCS-Committer-Name: Joonas Niilola
X-VCS-Revision: ca5869cb34b1a88968a96ce07a7420c2283ff27d
X-VCS-Branch: master
Date: Tue,  5 Jan 2021 07:41:51 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: 27fc40df-6320-41c3-977b-1087cda2e058
X-Archives-Hash: a8126822de6d3dbdd15646b9346f8bf5

commit:     ca5869cb34b1a88968a96ce07a7420c2283ff27d
Author:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Tue Jan  5 07:34:38 2021 +0000
Commit:     Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue Jan  5 07:34:38 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5869cb

media-gfx/tuxpaint: use optfeature in 0.9.24

Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>

 media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
index f86c03ebacc..b7dc34d6693 100644
--- a/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
+++ b/media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild
@@ -3,7 +3,7 @@
 
 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/"
@@ -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
 }