diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-04 01:03:15 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2004-10-04 01:03:15 +0000 |
commit | 85f29aec580b07f50eca4b3f695794c86207be5a (patch) | |
tree | f741b57c76576886f728f3083f6544c3f86ffb26 /games-emulation | |
parent | Making GNUstep root into variable, easing the ability to test different insta... (diff) | |
download | gentoo-2-85f29aec580b07f50eca4b3f695794c86207be5a.tar.gz gentoo-2-85f29aec580b07f50eca4b3f695794c86207be5a.tar.bz2 gentoo-2-85f29aec580b07f50eca4b3f695794c86207be5a.zip |
make the sdl-sound dep explicit (bug #66179)
Diffstat (limited to 'games-emulation')
-rw-r--r-- | games-emulation/dosbox/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.62.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/dosbox/ChangeLog b/games-emulation/dosbox/ChangeLog index 5bde8271ae0f..782311df67b7 100644 --- a/games-emulation/dosbox/ChangeLog +++ b/games-emulation/dosbox/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/dosbox # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.12 2004/09/30 10:44:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/ChangeLog,v 1.13 2004/10/04 01:03:15 mr_bones_ Exp $ + + 03 Oct 2004; Michael Sterrett <mr_bones_@gentoo.org> dosbox-0.62.ebuild: + make the sdl-sound dep explicit (bug #66179) *dosbox-0.62 (30 Sep 2004) diff --git a/games-emulation/dosbox/dosbox-0.62.ebuild b/games-emulation/dosbox/dosbox-0.62.ebuild index 6c03a1c44b10..aafc6eb1f537 100644 --- a/games-emulation/dosbox/dosbox-0.62.ebuild +++ b/games-emulation/dosbox/dosbox-0.62.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.62.ebuild,v 1.1 2004/09/30 10:44:13 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/dosbox/dosbox-0.62.ebuild,v 1.2 2004/10/04 01:03:15 mr_bones_ Exp $ inherit eutils games @@ -19,7 +19,7 @@ DEPEND="virtual/libc media-libs/libpng sys-libs/zlib >=media-libs/libsdl-1.2.0 - media-libs/sdl-net + >=media-libs/sdl-net-1 media-libs/sdl-sound" src_unpack() { |