diff options
author | Ulrich Müller <ulm@gentoo.org> | 2014-09-08 17:18:13 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2014-09-08 17:18:13 +0000 |
commit | 0f6adeb58356d1de22924b9a4f502fbeac5b2395 (patch) | |
tree | ed1195513fa0c133edf77b108f83c5a67b5463cc /media-video/binkplayer | |
parent | remove old due to emul-linux-x86-compat dependency removal (diff) | |
download | gentoo-2-0f6adeb58356d1de22924b9a4f502fbeac5b2395.tar.gz gentoo-2-0f6adeb58356d1de22924b9a4f502fbeac5b2395.tar.bz2 gentoo-2-0f6adeb58356d1de22924b9a4f502fbeac5b2395.zip |
Replace emul-linux-x86-compat dependency by virtual/libstdc++, bug 522218.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'media-video/binkplayer')
-rw-r--r-- | media-video/binkplayer/ChangeLog | 5 | ||||
-rw-r--r-- | media-video/binkplayer/binkplayer-1.9p.ebuild | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-video/binkplayer/ChangeLog b/media-video/binkplayer/ChangeLog index 00a876f5a674..2cfc6ccf988c 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.26 2014/09/04 00:57:12 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/ChangeLog,v 1.27 2014/09/08 17:18:13 ulm Exp $ + + 08 Sep 2014; Ulrich Müller <ulm@gentoo.org> binkplayer-1.9p.ebuild: + Replace emul-linux-x86-compat dependency by virtual/libstdc++, bug 522218. 04 Sep 2014; Michael Sterrett <mr_bones_@gentoo.org> binkplayer-1.99w.ebuild: EAPI=5 diff --git a/media-video/binkplayer/binkplayer-1.9p.ebuild b/media-video/binkplayer/binkplayer-1.9p.ebuild index a04483004cf9..fe6d9e88fc97 100644 --- a/media-video/binkplayer/binkplayer-1.9p.ebuild +++ b/media-video/binkplayer/binkplayer-1.9p.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.9p.ebuild,v 1.5 2014/04/23 07:20:57 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/binkplayer/binkplayer-1.9p.ebuild,v 1.6 2014/09/08 17:18:13 ulm Exp $ DESCRIPTION="Bink Video! Player" HOMEPAGE="http://www.radgametools.com/default.htm" @@ -16,14 +16,14 @@ KEYWORDS="-* amd64 x86" IUSE="" DEPEND="app-arch/unzip" -RDEPEND="amd64? ( +RDEPEND=" + ~virtual/libstdc++-3.3 + 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} |