From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 8A5881382C5 for ; Sun, 27 Dec 2020 05:29:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C85902BC02C; Sun, 27 Dec 2020 05:29:43 +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 AFF472BC02C for ; Sun, 27 Dec 2020 05:29:43 +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 632BE3411EB for ; Sun, 27 Dec 2020 05:29:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D961B8 for ; Sun, 27 Dec 2020 05:29:40 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1609046974.5db3f40851da9d3a4473d5a889603c8b959959c6.sam@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: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5db3f40851da9d3a4473d5a889603c8b959959c6 X-VCS-Branch: master Date: Sun, 27 Dec 2020 05:29:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5e1936dc-34c2-44a3-80e2-54eec2b5c709 X-Archives-Hash: 0b7600360ea0d65ab297e11cb6604678 commit: 5db3f40851da9d3a4473d5a889603c8b959959c6 Author: Sam James gentoo org> AuthorDate: Sun Dec 27 05:29:34 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sun Dec 27 05:29:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5db3f408 media-gfx/tuxpaint: minor style changes Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> media-gfx/tuxpaint/tuxpaint-0.9.24.ebuild | 6 ++++-- 1 file 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 21f61535665..731a8e2d338 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