diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2010-11-23 09:24:23 +0000 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2010-11-23 09:24:23 +0000 |
commit | 32cd75d30baea71e79d1a6cac83d1da1040ddc41 (patch) | |
tree | 79d3a69f26d743b8e0aa6d23b3261fc82255c599 /games-emulation | |
parent | add a die after emake and don't install NEWS file (no contents) (diff) | |
download | gentoo-2-32cd75d30baea71e79d1a6cac83d1da1040ddc41.tar.gz gentoo-2-32cd75d30baea71e79d1a6cac83d1da1040ddc41.tar.bz2 gentoo-2-32cd75d30baea71e79d1a6cac83d1da1040ddc41.zip |
media-libs/libsdl need to be built with X. Fix bug #346241
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.74.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog index 9b2b51b8c32b..4c8035c1c1c8 100644 --- a/games-emulation/dosbox/ChangeLog +++ b/games-emulation/dosbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dosbox # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.54 2010/07/19 19:16:05 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.55 2010/11/23 09:24:23 tupone Exp $ + + 23 Nov 2010; Tupone Alfredo <tupone@gentoo.org> dosbox-0.74.ebuild: + media-libs/libsdl need to be built with X. Fix bug #346241 by Tom Noonan 19 Jul 2010; Joseph Jezak <josejx@gentoo.org> dosbox-0.74.ebuild: Marked ppc/ppc64 stable for bug #325153. diff --git a/games-emulation/dosbox/dosbox-0.74.ebuild b/games-emulation/dosbox/dosbox-0.74.ebuild index d9eb7e87dd5b..a9b50bdd2496 100644 --- a/games-emulation/dosbox/dosbox-0.74.ebuild +++ b/games-emulation/dosbox/dosbox-0.74.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-emulation/dosbox/dosbox-0.74.ebuild,v 1.5 2010/07/19 19:16:05 josejx Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.74.ebuild,v 1.6 2010/11/23 09:24:23 tupone Exp $ EAPI=2 inherit eutils games @@ -18,9 +18,10 @@ DEPEND="alsa? ( media-libs/alsa-lib ) opengl? ( virtual/opengl ) debug? ( sys-libs/ncurses ) media-libs/libpng - media-libs/libsdl[joystick,video] + media-libs/libsdl[joystick,video,X] media-libs/sdl-net media-libs/sdl-sound" +RDEPEND="${DEPEND}" src_configure() { egamesconf \ |