diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2008-09-11 01:42:09 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2008-09-11 01:42:09 +0000 |
commit | e76265a2c8b3108f57a1f615f3d29c97fcb5945a (patch) | |
tree | 49a59531aeaebf2254c498f162e4415eee3cf967 /media-video/binkplayer | |
parent | stable amd64, bug 237157 (diff) | |
download | gentoo-2-e76265a2c8b3108f57a1f615f3d29c97fcb5945a.tar.gz gentoo-2-e76265a2c8b3108f57a1f615f3d29c97fcb5945a.tar.bz2 gentoo-2-e76265a2c8b3108f57a1f615f3d29c97fcb5945a.zip |
Add missing dependencies
(Portage version: 2.2_rc8/cvs/Linux 2.6.26.3 x86_64)
Diffstat (limited to 'media-video/binkplayer')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.9g.ebuild | 14 |
2 files changed, 14 insertions, 5 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index e907c60d93ee..7ada200df619 100644 --- a/media-video/binkplayer/ChangeLog +++ b/media-video/binkplayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/binkplayer # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.16 2008/09/10 15:03:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.17 2008/09/11 01:42:09 nyhm Exp $ + + 11 Sep 2008; Tristan Heaven <nyhm@gentoo.org> binkplayer-1.9g.ebuild: + Add missing dependencies *binkplayer-1.9g (10 Sep 2008) diff --git a/media-video/binkplayer/binkplayer-1.9g.ebuild b/media-video/binkplayer/binkplayer-1.9g.ebuild index bf31c682ba82..8dfb433b33d6 100644 --- a/media-video/binkplayer/binkplayer-1.9g.ebuild +++ b/media-video/binkplayer/binkplayer-1.9g.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild,v 1.1 2008/09/10 15:03:44 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9g.ebuild,v 1.2 2008/09/11 01:42:09 nyhm Exp $ DESCRIPTION="Bink Video! Player" HOMEPAGE="http://www.radgametools.com/default.htm" @@ -16,9 +16,15 @@ IUSE="" RESTRICT="strip" DEPEND="app-arch/unzip" -RDEPEND="media-libs/libsdl - media-libs/sdl-mixer - amd64? ( app-emulation/emul-linux-x86-sdl )" +RDEPEND="amd64? ( + app-emulation/emul-linux-x86-sdl + app-emulation/emul-linux-x86-compat + ) + x86? ( + media-libs/libsdl + media-libs/sdl-mixer + ~virtual/libstdc++-3.3 + )" S=${WORKDIR} |