Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-kids/tuxtype/
Date: Fri, 06 May 2016 02:50:29
Message-Id: 1462502946.c60800328d089e03af5689ba9a03f72e23e3d1e6.mr_bones_@gentoo
1 commit: c60800328d089e03af5689ba9a03f72e23e3d1e6
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Fri May 6 01:07:15 2016 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Fri May 6 02:49:06 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6080032
7
8 games-kids/tuxtype: set RDEPEND
9
10 Package-Manager: portage-2.2.26
11
12 games-kids/tuxtype/tuxtype-1.8.1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/games-kids/tuxtype/tuxtype-1.8.1.ebuild b/games-kids/tuxtype/tuxtype-1.8.1.ebuild
16 index 50045ea..ebb64cd 100644
17 --- a/games-kids/tuxtype/tuxtype-1.8.1.ebuild
18 +++ b/games-kids/tuxtype/tuxtype-1.8.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2015 Gentoo Foundation
21 +# Copyright 1999-2016 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23 # $Id$
24
25 @@ -14,12 +14,13 @@ SLOT="0"
26 KEYWORDS="amd64 ppc x86"
27 IUSE="svg"
28
29 -DEPEND="media-libs/libsdl:0[video]
30 +DEPEND="media-libs/libsdl[video]
31 media-libs/sdl-pango
32 media-libs/sdl-mixer
33 media-libs/sdl-image
34 media-libs/sdl-ttf
35 svg? ( gnome-base/librsvg )"
36 +RDEPEND=${DEPEND}
37
38 S=${WORKDIR}/tuxtype_w_fonts-${PV}