diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-29 01:13:55 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-07-29 01:13:55 +0000 |
commit | 9d960da15c811632e0ba87e9c62baa5207b71da6 (patch) | |
tree | baa737c07c1dfdde075c6a65117ef37597100dd8 /games-sports | |
parent | whitespace (diff) | |
download | gentoo-2-9d960da15c811632e0ba87e9c62baa5207b71da6.tar.gz gentoo-2-9d960da15c811632e0ba87e9c62baa5207b71da6.tar.bz2 gentoo-2-9d960da15c811632e0ba87e9c62baa5207b71da6.zip |
tidy
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/toycars/toycars-0.3.10.ebuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games-sports/toycars/toycars-0.3.10.ebuild b/games-sports/toycars/toycars-0.3.10.ebuild index e8b4000ff57c..a91d46ce649e 100644 --- a/games-sports/toycars/toycars-0.3.10.ebuild +++ b/games-sports/toycars/toycars-0.3.10.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild,v 1.1 2009/07/01 02:14:27 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/toycars/toycars-0.3.10.ebuild,v 1.2 2009/07/29 01:13:55 mr_bones_ Exp $ EAPI=2 inherit eutils flag-o-matic games @@ -14,13 +14,12 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND="media-libs/libsdl[video] +DEPEND="media-libs/libsdl[video] media-libs/sdl-image[png] >=x11-libs/fltk-1.1.9:1.1 >=media-libs/fmod-4.25.07-r1:1 virtual/glu virtual/opengl" -DEPEND="${RDEPEND}" src_configure() { append-ldflags -L/opt/fmodex/api/lib |