diff options
Diffstat (limited to 'games-fps/enemy-territory/enemy-territory-2.60b-r1.ebuild')
-rw-r--r-- | games-fps/enemy-territory/enemy-territory-2.60b-r1.ebuild | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/games-fps/enemy-territory/enemy-territory-2.60b-r1.ebuild b/games-fps/enemy-territory/enemy-territory-2.60b-r1.ebuild index 7d68e3805d88..9358a6896b73 100644 --- a/games-fps/enemy-territory/enemy-territory-2.60b-r1.ebuild +++ b/games-fps/enemy-territory/enemy-territory-2.60b-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/enemy-territory/enemy-territory-2.60b-r1.ebuild,v 1.5 2015/02/01 11:50:08 zlogene Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/enemy-territory/enemy-territory-2.60b-r1.ebuild,v 1.6 2015/06/14 20:05:27 ulm Exp $ EAPI=5 inherit eutils unpacker games @@ -26,17 +26,11 @@ DEPEND="app-arch/unzip" RDEPEND="sys-libs/glibc amd64? ( sys-libs/glibc[multilib] ) dedicated? ( app-misc/screen ) - !dedicated? ( || ( - ( - virtual/opengl[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - ) - ( - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] - ) - ) )" + !dedicated? ( + virtual/opengl[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + )" S=${WORKDIR} |