diff options
author | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 17:22:16 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2015-06-14 17:22:16 +0000 |
commit | ea77c7c9abad1ceefb731ae102e56d03a2a64339 (patch) | |
tree | 159bf560373a95678e9f90d5fe2b89792a18f02c /games-fps | |
parent | [QA] Remove emul-linux-x86-* from dependencies. (diff) | |
download | gentoo-2-ea77c7c9abad1ceefb731ae102e56d03a2a64339.tar.gz gentoo-2-ea77c7c9abad1ceefb731ae102e56d03a2a64339.tar.bz2 gentoo-2-ea77c7c9abad1ceefb731ae102e56d03a2a64339.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/unreal/ChangeLog | 7 | ||||
-rw-r--r-- | games-fps/unreal/unreal-226.ebuild | 25 |
2 files changed, 13 insertions, 19 deletions
diff --git a/games-fps/unreal/ChangeLog b/games-fps/unreal/ChangeLog index 685a660f598e..3a27dee119e9 100644 --- a/games-fps/unreal/ChangeLog +++ b/games-fps/unreal/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-fps/unreal -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.20 2014/10/15 11:53:40 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/ChangeLog,v 1.21 2015/06/14 17:22:16 ulm Exp $ + + 14 Jun 2015; Ulrich Müller <ulm@gentoo.org> unreal-226.ebuild: + [QA] Remove emul-linux-x86-* from dependencies. 15 Oct 2014; Pacho Ramos <pacho@gentoo.org> unreal-226.ebuild: The package had amd64 dependencies while not keyword diff --git a/games-fps/unreal/unreal-226.ebuild b/games-fps/unreal/unreal-226.ebuild index 5b8dc9010ccb..081155af27fc 100644 --- a/games-fps/unreal/unreal-226.ebuild +++ b/games-fps/unreal/unreal-226.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/unreal/unreal-226.ebuild,v 1.22 2014/10/15 11:53:16 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/unreal/unreal-226.ebuild,v 1.23 2015/06/14 17:22:16 ulm Exp $ EAPI=5 @@ -22,21 +22,12 @@ DEPEND="sys-libs/lib-compat app-arch/unzip " RDEPEND=" - || ( - ( - >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)] - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXau[abi_x86_32(-)] - x11-libs/libXdmcp[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - opengl? ( virtual/opengl[abi_x86_32(-)] ) - ) - amd64? ( - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - opengl? ( app-emulation/emul-linux-x86-opengl[abi_x86_32(-)] ) - ) - ) + >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)] + x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXau[abi_x86_32(-)] + x11-libs/libXdmcp[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + opengl? ( virtual/opengl[abi_x86_32(-)] ) " S=${WORKDIR} |