diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-17 04:08:10 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-02-17 04:08:10 +0000 |
commit | 56bbc199c1e523b66c552fc63fd182efe9615948 (patch) | |
tree | 8eb1d8d79d502c0c4a69e6b638014c884ecf5160 /games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild | |
parent | needs USE=joystick for libsdl (bug #259308) (diff) | |
download | gentoo-2-56bbc199c1e523b66c552fc63fd182efe9615948.tar.gz gentoo-2-56bbc199c1e523b66c552fc63fd182efe9615948.tar.bz2 gentoo-2-56bbc199c1e523b66c552fc63fd182efe9615948.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-cvs/dosbox-cvs-20030809.ebuild')
-rw-r--r-- | games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild index 2d2019d7f1bf..bf84de5fddfc 100644 --- a/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild +++ b/games-emulation/dosbox-cvs/dosbox-cvs-20030809.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-cvs/dosbox-cvs-20030809.ebuild,v 1.18 2009/01/14 20:19:17 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox-cvs/dosbox-cvs-20030809.ebuild,v 1.19 2009/02/17 04:08:10 mr_bones_ Exp $ EAPI=2 inherit eutils games cvs @@ -17,7 +17,7 @@ DEPEND="alsa? ( media-libs/alsa-lib[midi] ) opengl? ( virtual/opengl ) png? ( media-libs/libpng ) debug? ( sys-libs/ncurses ) - media-libs/libsdl + media-libs/libsdl[joystick] sdl? ( media-libs/sdl-net media-libs/sdl-sound )" |