diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-10 14:54:11 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2010-07-10 14:54:11 +0000 |
commit | 3577fa9ed0441a3c35e85ca315d69866f62b5014 (patch) | |
tree | 31c18248ca6364ae06b568757c168b8ba3556544 /games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild | |
parent | stable x86, bug 326255 (diff) | |
download | gentoo-2-3577fa9ed0441a3c35e85ca315d69866f62b5014.tar.gz gentoo-2-3577fa9ed0441a3c35e85ca315d69866f62b5014.tar.bz2 gentoo-2-3577fa9ed0441a3c35e85ca315d69866f62b5014.zip |
needs joystick for libsdl
(Portage version: 2.1.8.3/cvs/Linux i686)
Diffstat (limited to 'games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild')
-rw-r--r-- | games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild b/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild index c79c9881d005..7da9ce651256 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-2010 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.8 2010/06/24 17:46:35 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-simulation/dangerdeep/dangerdeep-0.3.0.ebuild,v 1.9 2010/07/10 14:54:11 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -18,7 +18,7 @@ IUSE="sse debug" RDEPEND="virtual/opengl virtual/glu sci-libs/fftw:3.0 - media-libs/libsdl[video] + media-libs/libsdl[joystick,video] media-libs/sdl-mixer[vorbis] media-libs/sdl-image[jpeg,png] media-libs/sdl-net" |