diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-17 04:07:17 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-17 04:07:17 +0000 |
commit | 20f86f369c56d7f5b94b9cc7a3ba4a8337fcd0d9 (patch) | |
tree | 6a73104a48416ae563a7ebb9b0160f98414e58b9 /games-emulation/dosbox | |
parent | Bump to latest version. Thanks to Sascha Lucas on bug #259267. (diff) | |
download | gentoo-2-20f86f369c56d7f5b94b9cc7a3ba4a8337fcd0d9.tar.gz gentoo-2-20f86f369c56d7f5b94b9cc7a3ba4a8337fcd0d9.tar.bz2 gentoo-2-20f86f369c56d7f5b94b9cc7a3ba4a8337fcd0d9.zip |
needs USE=joystick for libsdl (bug #259308)
(Portage version: 2.1.6.4/cvs/Linux 2.6.28.1 i686)
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r-- | games-emulation/dosbox/dosbox-0.72.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/dosbox/dosbox-0.72.ebuild b/games-emulation/dosbox/dosbox-0.72.ebuild index ab34a88807bc..6768bb6531ba 100644 --- a/games-emulation/dosbox/dosbox-0.72.ebuild +++ b/games-emulation/dosbox/dosbox-0.72.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-emulation/dosbox/dosbox-0.72.ebuild,v 1.8 2009/01/14 20:25:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.72.ebuild,v 1.9 2009/02/17 04:07:17 mr_bones_ Exp $ EAPI=2 inherit eutils games @@ -18,7 +18,7 @@ DEPEND="alsa? ( media-libs/alsa-lib[midi] ) opengl? ( virtual/opengl ) debug? ( sys-libs/ncurses ) media-libs/libpng - media-libs/libsdl + media-libs/libsdl[joystick] media-libs/sdl-net media-libs/sdl-sound" |