diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-20 01:49:25 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2007-10-20 01:49:25 +0000 |
commit | 567ea46330384bd6aa5ea55bcad93085916bf6ed (patch) | |
tree | bd50ef4b1c6115b25b035bab8b543655c8b59912 /games-simulation | |
parent | Fixed broken manifest. (diff) | |
download | gentoo-2-567ea46330384bd6aa5ea55bcad93085916bf6ed.tar.gz gentoo-2-567ea46330384bd6aa5ea55bcad93085916bf6ed.tar.bz2 gentoo-2-567ea46330384bd6aa5ea55bcad93085916bf6ed.zip |
needs fftw-3
(Portage version: 2.1.3.9)
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/dangerdeep/ChangeLog | 6 | ||||
-rw-r--r-- | games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-simulation/dangerdeep/ChangeLog b/games-simulation/dangerdeep/ChangeLog index eb083998a4fa..9550906ecb27 100644 --- a/games-simulation/dangerdeep/ChangeLog +++ b/games-simulation/dangerdeep/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-simulation/dangerdeep # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.5 2007/06/12 21:47:41 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/ChangeLog,v 1.6 2007/10/20 01:49:25 mr_bones_ Exp $ + + 20 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org> + dangerdeep-0.3.0.ebuild: + needs fftw-3 *dangerdeep-0.3.0 (12 Jun 2007) diff --git a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild index 03ad6f9c5bbe..5bbed03c1e4b 100644 --- a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild +++ b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.1 2007/06/12 21:47:41 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.2 2007/10/20 01:49:25 mr_bones_ Exp $ inherit eutils games @@ -16,7 +16,7 @@ IUSE="sse debug" RDEPEND="virtual/opengl virtual/glu - sci-libs/fftw + =sci-libs/fftw-3* media-libs/libsdl media-libs/sdl-mixer media-libs/sdl-image |