diff options
author | 2014-10-10 15:25:01 +0000 | |
---|---|---|
committer | 2014-10-10 15:25:01 +0000 | |
commit | c8a7f5dc0b999331b301d03063f66f73c915e723 (patch) | |
tree | 64d2450c3970ca9a51c127fe10072466a752a1fd /media-video | |
parent | Stable for amd64, wrt bug #508910 (diff) | |
download | gentoo-2-c8a7f5dc0b999331b301d03063f66f73c915e723.tar.gz gentoo-2-c8a7f5dc0b999331b301d03063f66f73c915e723.tar.bz2 gentoo-2-c8a7f5dc0b999331b301d03063f66f73c915e723.zip |
Stable for amd64, wrt bug #522096
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.99w.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index 2cfc6ccf988c..ce79d2524780 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.27 2014/09/08 17:18:13 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.28 2014/10/10 15:25:01 ago Exp $ + + 10 Oct 2014; Agostino Sarubbo <ago@gentoo.org> binkplayer-1.99w.ebuild: + Stable for amd64, wrt bug #522096 08 Sep 2014; Ulrich Müller <ulm@gentoo.org> binkplayer-1.9p.ebuild: Replace emul-linux-x86-compat dependency by virtual/libstdc++, bug 522218. diff --git a/media-video/binkplayer/binkplayer-1.99w.ebuild b/media-video/binkplayer/binkplayer-1.99w.ebuild index d082d552d93b..5a4eb5b4a9a7 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.4 2014/09/04 00:57:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.99w.ebuild,v 1.5 2014/10/10 15:25:01 ago Exp $ EAPI=5 DESCRIPTION="Bink Video! Player" @@ -12,7 +12,7 @@ SRC_URI="mirror://gentoo/${P}.zip" # distributable per http://www.radgametools.com/binkfaq.htm LICENSE="freedist" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" IUSE="" DEPEND="app-arch/unzip" |