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 | 65d13b1f0163ae7e9a7239e261777eec18b1215d (patch) | |
tree | 650dc3699cc9a43720a06dff8681e0f74a6b4011 /games-emulation/dosbox | |
parent | Making GNUstep root into variable, easing the ability to test different insta... (diff) | |
download | historical-65d13b1f0163ae7e9a7239e261777eec18b1215d.tar.gz historical-65d13b1f0163ae7e9a7239e261777eec18b1215d.tar.bz2 historical-65d13b1f0163ae7e9a7239e261777eec18b1215d.zip |
make the sdl-sound dep explicit (bug #66179)
Diffstat (limited to 'games-emulation/dosbox')
-rw-r--r-- | games-emulation/dosbox/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/dosbox/Manifest | 4 | ||||
-rw-r--r-- | games-emulation/dosbox/dosbox-0.62.ebuild | 4 |
3 files changed, 8 insertions, 5 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/Manifest b/games-emulation/dosbox/Manifest index babb11f58f0d..7f957ea3bc6a 100644 --- a/games-emulation/dosbox/Manifest +++ b/games-emulation/dosbox/Manifest @@ -1,9 +1,9 @@ -MD5 5d94b2697138d344de499ed6014a7c1a ChangeLog 1820 +MD5 c33a7b0084ef3b94845a287a01e15a36 ChangeLog 1943 MD5 95e2b5bfd7767aeae061c77f7e1a055e metadata.xml 221 MD5 7bb8a8751ef2fb0617d00126797e60f7 dosbox-0.60.ebuild 880 MD5 0ef2fd60dc5781d72b1a290452945642 dosbox-0.61.ebuild 1084 MD5 6e4c88905ec735ea32946271c5bf5896 dosbox-0.58.ebuild 692 -MD5 ab9cd5b820d7c700d96d90361272a640 dosbox-0.62.ebuild 1148 +MD5 59ce3528e2338749c2eb8168f31ec4b3 dosbox-0.62.ebuild 1152 MD5 6c3131692034dda3f27046c037aabc58 files/digest-dosbox-0.61 63 MD5 709911d69c3fb90908508f4c3116a07f files/digest-dosbox-0.58 63 MD5 a15acc3d9f2a2d55bde29cf697f86297 files/digest-dosbox-0.60 63 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() { |