diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 19:53:04 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 19:53:04 +0000 |
commit | c7749a896b29b479929710b61f0c8bdbfad602d9 (patch) | |
tree | ec7d5eb138a716edce6e81d3324b8095a7edd935 /games-fps/rtcwmp-demo | |
parent | [QA] Remove emul-linux-x86-* from dependencies. (diff) | |
download | gentoo-2-c7749a896b29b479929710b61f0c8bdbfad602d9.tar.gz gentoo-2-c7749a896b29b479929710b61f0c8bdbfad602d9.tar.bz2 gentoo-2-c7749a896b29b479929710b61f0c8bdbfad602d9.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/rtcwmp-demo')
-rw-r--r-- | games-fps/rtcwmp-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-fps/rtcwmp-demo/rtcwmp-demo-1.1-r1.ebuild | 18 |
2 files changed, 10 insertions, 13 deletions
diff --git a/games-fps/rtcwmp-demo/ChangeLog b/games-fps/rtcwmp-demo/ChangeLog index 615b45e6258f..c5c76afe187d 100644 --- a/games-fps/rtcwmp-demo/ChangeLog +++ b/games-fps/rtcwmp-demo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcwmp-demo # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/ChangeLog,v 1.17 2015/02/05 03:44:53 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/ChangeLog,v 1.18 2015/06/14 19:53:04 ulm Exp $ + + 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> rtcwmp-demo-1.1-r1.ebuild: + [QA] Remove emul-linux-x86-* from dependencies. 05 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> -rtcwmp-demo-1.1.ebuild: old diff --git a/games-fps/rtcwmp-demo/rtcwmp-demo-1.1-r1.ebuild b/games-fps/rtcwmp-demo/rtcwmp-demo-1.1-r1.ebuild index e2e7ff2c20e2..07723dd70f68 100644 --- a/games-fps/rtcwmp-demo/rtcwmp-demo-1.1-r1.ebuild +++ b/games-fps/rtcwmp-demo/rtcwmp-demo-1.1-r1.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/rtcwmp-demo/rtcwmp-demo-1.1-r1.ebuild,v 1.3 2015/02/01 11:29:05 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcwmp-demo/rtcwmp-demo-1.1-r1.ebuild,v 1.4 2015/06/14 19:53:04 ulm Exp $ EAPI=5 inherit eutils unpacker games @@ -21,17 +21,11 @@ RESTRICT="strip mirror" RDEPEND="sys-libs/glibc amd64? ( sys-libs/glibc[multilib] ) dedicated? ( app-misc/screen ) - !dedicated? ( || ( - ( - virtual/opengl - x11-libs/libX11 - x11-libs/libXext - ) - ( - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] - ) - ) )" + !dedicated? ( + virtual/opengl + x11-libs/libX11 + x11-libs/libXext + )" QA_PREBUILT="${GAMES_PREFIX_OPT:1}/{PN}/* ${GAMES_PREFIX_OPT:1}/{PN}/demomain/*" |