diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 19:38:13 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 19:38:13 +0000 |
commit | 1b76230bd14a0724bb8bfd9d4b45ef1dff46e262 (patch) | |
tree | 33ee5a46dca4c6b0bed42a63774d2722afc68ca8 /games-fps | |
parent | arm stable, bug #548842 (diff) | |
download | gentoo-2-1b76230bd14a0724bb8bfd9d4b45ef1dff46e262.tar.gz gentoo-2-1b76230bd14a0724bb8bfd9d4b45ef1dff46e262.tar.bz2 gentoo-2-1b76230bd14a0724bb8bfd9d4b45ef1dff46e262.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/doom3-demo/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/doom3-demo/doom3-demo-1.1.1286-r1.ebuild | 18 |
2 files changed, 10 insertions, 15 deletions
diff --git a/games-fps/doom3-demo/ChangeLog b/games-fps/doom3-demo/ChangeLog index d523ba05cbc6..e16855c0626b 100644 --- a/games-fps/doom3-demo/ChangeLog +++ b/games-fps/doom3-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/doom3-demo -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/ChangeLog,v 1.32 2014/07/08 20:47:13 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/ChangeLog,v 1.33 2015/06/14 19:38:13 ulm Exp $ + + 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> doom3-demo-1.1.1286-r1.ebuild: + [QA] Remove emul-linux-x86-* from dependencies. 08 Jul 2014; Ian Stakenvicius (_AxS_) <axs@gentoo.org> doom3-demo-1.1.1286-r1.ebuild: diff --git a/games-fps/doom3-demo/doom3-demo-1.1.1286-r1.ebuild b/games-fps/doom3-demo/doom3-demo-1.1.1286-r1.ebuild index 64ac10ff7f15..2d08a2506c6e 100644 --- a/games-fps/doom3-demo/doom3-demo-1.1.1286-r1.ebuild +++ b/games-fps/doom3-demo/doom3-demo-1.1.1286-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/doom3-demo-1.1.1286-r1.ebuild,v 1.2 2014/07/08 20:47:13 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/doom3-demo/doom3-demo-1.1.1286-r1.ebuild,v 1.3 2015/06/14 19:38:13 ulm Exp $ EAPI=5 inherit eutils unpacker games @@ -23,17 +23,9 @@ QA_EXECSTACK="${GAMES_PREFIX_OPT:1}/${PN}/*" RDEPEND="sys-libs/glibc sys-libs/libstdc++-v3:5 amd64? ( sys-libs/glibc[multilib] sys-libs/libstdc++-v3:5[multilib] ) - || ( - ( - >=virtual/opengl-7.0-r1[abi_x86_32(-)] - >=x11-libs/libX11-1.6.2[abi_x86_32(-)] - >=x11-libs/libXext-1.3.2[abi_x86_32(-)] - ) - ( - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] - ) - )" + >=virtual/opengl-7.0-r1[abi_x86_32(-)] + >=x11-libs/libX11-1.6.2[abi_x86_32(-)] + >=x11-libs/libXext-1.3.2[abi_x86_32(-)]" S=${WORKDIR} |