From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 88B9A138222 for ; Fri, 6 May 2016 02:50:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8408521C075; Fri, 6 May 2016 02:50:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A277821C060 for ; Fri, 6 May 2016 02:50:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90F5A340756 for ; Fri, 6 May 2016 02:50:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58770335 for ; Fri, 6 May 2016 02:50:20 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1462502946.c60800328d089e03af5689ba9a03f72e23e3d1e6.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxtype/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-kids/tuxtype/tuxtype-1.8.1.ebuild X-VCS-Directories: games-kids/tuxtype/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: c60800328d089e03af5689ba9a03f72e23e3d1e6 X-VCS-Branch: master Date: Fri, 6 May 2016 02:50:20 +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-Archives-Salt: 4c71d104-5f51-47c3-9b44-d882d22d76ac X-Archives-Hash: d788e6abac50c8732c3109681bebf4ff commit: c60800328d089e03af5689ba9a03f72e23e3d1e6 Author: Michael Sterrett gentoo org> AuthorDate: Fri May 6 01:07:15 2016 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Fri May 6 02:49:06 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6080032 games-kids/tuxtype: set RDEPEND Package-Manager: portage-2.2.26 games-kids/tuxtype/tuxtype-1.8.1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-kids/tuxtype/tuxtype-1.8.1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1.ebuild index 50045ea..ebb64cd 100644 --- a/games-kids/tuxtype/tuxtype-1.8.1.ebuild +++ b/games-kids/tuxtype/tuxtype-1.8.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -14,12 +14,13 @@ SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="svg" -DEPEND="media-libs/libsdl:0[video] +DEPEND="media-libs/libsdl[video] media-libs/sdl-pango media-libs/sdl-mixer media-libs/sdl-image media-libs/sdl-ttf svg? ( gnome-base/librsvg )" +RDEPEND=${DEPEND} S=${WORKDIR}/tuxtype_w_fonts-${PV}