diff options
author | 2014-09-03 21:30:02 +0000 | |
---|---|---|
committer | 2014-09-03 21:30:02 +0000 | |
commit | 936ddfb7076ab88ddbe9e455e3ded45bf4d19ab9 (patch) | |
tree | d88b8e4b5c4aea4fedab1a7e79b0ab3eedf90839 /media-video/binkplayer | |
parent | Missing new image formats dependencies, update xrandr configure flag (diff) | |
download | gentoo-2-936ddfb7076ab88ddbe9e455e3ded45bf4d19ab9.tar.gz gentoo-2-936ddfb7076ab88ddbe9e455e3ded45bf4d19ab9.tar.bz2 gentoo-2-936ddfb7076ab88ddbe9e455e3ded45bf4d19ab9.zip |
clean deps (bug #522048)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'media-video/binkplayer')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.99w.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index 29c03d97be1b..cd1a275a4a8c 100644 --- a/media-video/binkplayer/ChangeLog +++ b/media-video/binkplayer/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/binkplayer # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.24 2014/04/23 07:20:57 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.25 2014/09/03 21:30:02 mr_bones_ Exp $ + + 03 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> binkplayer-1.99w.ebuild: + clean deps (bug #522048) 23 Apr 2014; Ulrich Müller <ulm@gentoo.org> binkplayer-1.9p.ebuild, binkplayer-1.99w.ebuild: diff --git a/media-video/binkplayer/binkplayer-1.99w.ebuild b/media-video/binkplayer/binkplayer-1.99w.ebuild index 812191a35608..0cb17e1e9fa2 100644 --- a/media-video/binkplayer/binkplayer-1.99w.ebuild +++ b/media-video/binkplayer/binkplayer-1.99w.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild,v 1.2 2014/04/23 07:20:57 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild,v 1.3 2014/09/03 21:30:02 mr_bones_ Exp $ DESCRIPTION="Bink Video! Player" HOMEPAGE="http://www.radgametools.com/default.htm" @@ -17,12 +17,10 @@ IUSE="" DEPEND="app-arch/unzip" 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} |