diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 19:43:34 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 19:43:34 +0000 |
commit | 2ee8d02c5a1287f87226cfdc00455726f782e923 (patch) | |
tree | e9fa1e8f5d0a43b917a466dc4b517c176167b163 /games-fps | |
parent | arm stable, bug #547462 (diff) | |
download | gentoo-2-2ee8d02c5a1287f87226cfdc00455726f782e923.tar.gz gentoo-2-2ee8d02c5a1287f87226cfdc00455726f782e923.tar.bz2 gentoo-2-2ee8d02c5a1287f87226cfdc00455726f782e923.zip |
[QA] Remove emul-linux-x86-* from dependencies.
(Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/glxquake-bin/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild | 19 |
2 files changed, 10 insertions, 14 deletions
diff --git a/games-fps/glxquake-bin/ChangeLog b/games-fps/glxquake-bin/ChangeLog index 6e8936563e52..cb74e3e97445 100644 --- a/games-fps/glxquake-bin/ChangeLog +++ b/games-fps/glxquake-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/glxquake-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/ChangeLog,v 1.13 2015/02/05 03:32:49 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/ChangeLog,v 1.14 2015/06/14 19:43:34 ulm Exp $ + + 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> glxquake-bin-0-r2.ebuild: + [QA] Remove emul-linux-x86-* from dependencies. 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -glxquake-bin-0-r1.ebuild: diff --git a/games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild b/games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild index a89f266c1d86..648b9cc18266 100644 --- a/games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild +++ b/games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild,v 1.3 2015/02/01 11:31:22 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/glxquake-bin/glxquake-bin-0-r2.ebuild,v 1.4 2015/06/14 19:43:34 ulm Exp $ EAPI=5 inherit games @@ -17,18 +17,11 @@ IUSE="" RDEPEND="sys-libs/glibc amd64? ( sys-libs/glibc[multilib] ) - || ( - ( - virtual/opengl[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - x11-libs/libXxf86vm[abi_x86_32(-)] - x11-libs/libXxf86dga[abi_x86_32(-)] - ) - ( - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] - ) )" + virtual/opengl[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + x11-libs/libXxf86vm[abi_x86_32(-)] + x11-libs/libXxf86dga[abi_x86_32(-)]" S=${WORKDIR}/glxquake |