diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 19:48:25 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 19:48:25 +0000 |
commit | 04a880680c6284b8cfea34fba3b056f3606908aa (patch) | |
tree | adc982749230bf99ba2a25512cfdd05ea80b9c03 /games-fps | |
parent | arm stable, bug #549078 (diff) | |
download | gentoo-2-04a880680c6284b8cfea34fba3b056f3606908aa.tar.gz gentoo-2-04a880680c6284b8cfea34fba3b056f3606908aa.tar.bz2 gentoo-2-04a880680c6284b8cfea34fba3b056f3606908aa.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/quake3-bin/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/quake3-bin/quake3-bin-1.32c-r2.ebuild | 18 |
2 files changed, 10 insertions, 13 deletions
diff --git a/games-fps/quake3-bin/ChangeLog b/games-fps/quake3-bin/ChangeLog index 60632f4e1dba..da953b4b9bfd 100644 --- a/games-fps/quake3-bin/ChangeLog +++ b/games-fps/quake3-bin/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/quake3-bin # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.41 2015/02/05 03:43:18 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/ChangeLog,v 1.42 2015/06/14 19:48:25 ulm Exp $ + + 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> quake3-bin-1.32c-r2.ebuild: + [QA] Remove emul-linux-x86-* from dependencies. 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -quake3-bin-1.32c-r1.ebuild: diff --git a/games-fps/quake3-bin/quake3-bin-1.32c-r2.ebuild b/games-fps/quake3-bin/quake3-bin-1.32c-r2.ebuild index 952a7d26099e..a59a8b650b6c 100644 --- a/games-fps/quake3-bin/quake3-bin-1.32c-r2.ebuild +++ b/games-fps/quake3-bin/quake3-bin-1.32c-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/quake3-bin/quake3-bin-1.32c-r2.ebuild,v 1.3 2015/02/01 11:37:10 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/quake3-bin/quake3-bin-1.32c-r2.ebuild,v 1.4 2015/06/14 19:48:25 ulm Exp $ EAPI=5 inherit eutils unpacker games @@ -24,17 +24,11 @@ RDEPEND="sys-libs/glibc teamarena? ( games-fps/quake3-teamarena ) ) dedicated? ( app-misc/screen ) - !dedicated? ( || ( - ( - >=virtual/opengl-7.0-r1[abi_x86_32(-)] - >=x11-libs/libXext-1.3.2[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - ) - ( - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] - ) - ) )" + !dedicated? ( + >=virtual/opengl-7.0-r1[abi_x86_32(-)] + >=x11-libs/libXext-1.3.2[abi_x86_32(-)] + >=x11-libs/libX11-1.6.2[abi_x86_32(-)] + )" S=${WORKDIR} |