Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-engines/gargoyle: gargoyle-20060917-r1.ebuild
Date: Thu, 04 Jun 2009 13:31:09
Message-Id: E1MCD2B-0001wZ-92@stork.gentoo.org
1 ssuominen 09/06/04 13:31:07
2
3 Modified: gargoyle-20060917-r1.ebuild
4 Log:
5 Fix fmod dep slightly to allow only fmod-3, since -4 is totally different pkg in different slot.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.5 games-engines/gargoyle/gargoyle-20060917-r1.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild?rev=1.5&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild?rev=1.5&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild?r1=1.4&r2=1.5
14
15 Index: gargoyle-20060917-r1.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild,v
18 retrieving revision 1.4
19 retrieving revision 1.5
20 diff -u -r1.4 -r1.5
21 --- gargoyle-20060917-r1.ebuild 8 Jul 2008 16:52:21 -0000 1.4
22 +++ gargoyle-20060917-r1.ebuild 4 Jun 2009 13:31:07 -0000 1.5
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2007 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild,v 1.4 2008/07/08 16:52:21 mr_bones_ Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/games-engines/gargoyle/gargoyle-20060917-r1.ebuild,v 1.5 2009/06/04 13:31:07 ssuominen Exp $
28
29 inherit eutils
30
31 @@ -21,7 +21,7 @@
32 >=media-libs/jpeg-6b-r5
33 >=media-libs/libpng-1.2.8
34 >=sys-libs/zlib-1.2.3
35 - >=media-libs/fmod-3.74
36 + =media-libs/fmod-3*
37 >=media-libs/sdl-sound-1.0.1-r1
38 >=media-libs/sdl-mixer-1.2.7"