diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-10-17 17:51:51 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-10-17 17:51:51 +0000 |
commit | caf01c227d3706f40259273f97b56cd42a3e9c7c (patch) | |
tree | 82587d34fe77029d2213f76824630423e3066a66 /games-simulation | |
parent | stable x86, bug 195990 (diff) | |
download | gentoo-2-caf01c227d3706f40259273f97b56cd42a3e9c7c.tar.gz gentoo-2-caf01c227d3706f40259273f97b56cd42a3e9c7c.tar.bz2 gentoo-2-caf01c227d3706f40259273f97b56cd42a3e9c7c.zip |
Change media-libs/fmod dep to work with slots.
(Portage version: 2.1.3.14)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/stoned-bin/ChangeLog | 7 | ||||
-rw-r--r-- | games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/games-simulation/stoned-bin/ChangeLog b/games-simulation/stoned-bin/ChangeLog index 51db850a5f02..a04bedfd6257 100644 --- a/games-simulation/stoned-bin/ChangeLog +++ b/games-simulation/stoned-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-simulation/stoned-bin -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.9 2006/03/31 21:53:06 wolf31o2 Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/ChangeLog,v 1.10 2007/10/17 17:51:51 drac Exp $ + + 17 Oct 2007; Samuli Suominen <drac@gentoo.org> stoned-bin-1.1.6.ebuild: + Change media-libs/fmod dep to work with slots. 31 Mar 2006; Chris Gianelloni <wolf31o2@gentoo.org> stoned-bin-1.1.6.ebuild: diff --git a/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild b/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild index 2184772b4e6e..ff3074df89db 100644 --- a/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild +++ b/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild,v 1.4 2006/03/31 21:53:06 wolf31o2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/stoned-bin/stoned-bin-1.1.6.ebuild,v 1.5 2007/10/17 17:51:51 drac Exp $ inherit games @@ -17,7 +17,7 @@ RESTRICT="strip" RDEPEND="virtual/opengl virtual/glut media-libs/sdl-net - media-libs/fmod + =media-libs/fmod-3* sys-libs/zlib media-libs/libpng" |