Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-kids/tuxtype: tuxtype-1.8.1.ebuild
Date: Thu, 06 Jan 2011 07:30:20
Message-Id: 20110106073009.219A320051@flycatcher.gentoo.org
1 mr_bones_ 11/01/06 07:30:09
2
3 Modified: tuxtype-1.8.1.ebuild
4 Log:
5 add use dep for libsdl
6
7 (Portage version: 2.1.9.25/cvs/Linux i686)
8
9 Revision Changes Path
10 1.3 games-kids/tuxtype/tuxtype-1.8.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxtype/tuxtype-1.8.1.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxtype/tuxtype-1.8.1.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/tuxtype/tuxtype-1.8.1.ebuild?r1=1.2&r2=1.3
15
16 Index: tuxtype-1.8.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.8.1.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- tuxtype-1.8.1.ebuild 2 Dec 2010 08:05:34 -0000 1.2
23 +++ tuxtype-1.8.1.ebuild 6 Jan 2011 07:30:08 -0000 1.3
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.8.1.ebuild,v 1.2 2010/12/02 08:05:34 mr_bones_ Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxtype/tuxtype-1.8.1.ebuild,v 1.3 2011/01/06 07:30:08 mr_bones_ Exp $
29
30 EAPI=2
31 inherit eutils games
32 @@ -14,7 +14,7 @@
33 KEYWORDS="~amd64 ~ppc ~sparc ~x86"
34 IUSE=""
35
36 -DEPEND="media-libs/libsdl
37 +DEPEND="media-libs/libsdl[video]
38 media-libs/sdl-pango
39 media-libs/sdl-mixer
40 media-libs/sdl-image