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-emulation/sdlmame: sdlmame-0.135.ebuild
Date: Tue, 01 Dec 2009 08:50:30
Message-Id: E1NFORG-0001wV-Hq@stork.gentoo.org
1 mr_bones_ 09/12/01 08:50:26
2
3 Modified: sdlmame-0.135.ebuild
4 Log:
5 more use deps for libsdl
6 (Portage version: 2.1.6.13/cvs/Linux i686)
7
8 Revision Changes Path
9 1.2 games-emulation/sdlmame/sdlmame-0.135.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.135.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.135.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/sdlmame/sdlmame-0.135.ebuild?r1=1.1&r2=1.2
14
15 Index: sdlmame-0.135.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.135.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- sdlmame-0.135.ebuild 1 Nov 2009 07:54:13 -0000 1.1
22 +++ sdlmame-0.135.ebuild 1 Dec 2009 08:50:26 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.135.ebuild,v 1.1 2009/11/01 07:54:13 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-emulation/sdlmame/sdlmame-0.135.ebuild,v 1.2 2009/12/01 08:50:26 mr_bones_ Exp $
28
29 EAPI=2
30 inherit eutils flag-o-matic games
31 @@ -20,7 +20,7 @@
32 KEYWORDS="~amd64 ~ppc ~x86"
33 IUSE="opengl"
34
35 -RDEPEND=">=media-libs/libsdl-1.2.10[opengl?]
36 +RDEPEND=">=media-libs/libsdl-1.2.10[audio,joystick,opengl?,video]
37 dev-libs/expat
38 x11-libs/libXinerama
39 x11-libs/gtk+:2