ulm 15/06/14 19:51:56 Modified: ChangeLog rtcw-1.41b.ebuild Log: [QA] Remove emul-linux-x86-* from dependencies. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 9433907D693FB5B8!)
Revision Changes Path 1.45 games-fps/rtcw/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/ChangeLog?rev=1.45&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/ChangeLog?rev=1.45&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/ChangeLog?r1=1.44&r2=1.45 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v retrieving revision 1.44 retrieving revision 1.45 diff -u -r1.44 -r1.45 --- ChangeLog 13 Oct 2014 16:44:47 -0000 1.44 +++ ChangeLog 14 Jun 2015 19:51:56 -0000 1.45 @@ -1,6 +1,9 @@ # ChangeLog for games-fps/rtcw -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.44 2014/10/13 16:44:47 mgorny Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/ChangeLog,v 1.45 2015/06/14 19:51:56 ulm Exp $ + + 14 Jun 2015; Ulrich Müller <[email protected]> rtcw-1.41b.ebuild: + [QA] Remove emul-linux-x86-* from dependencies. 13 Oct 2014; Michał Górny <[email protected]> rtcw-1.41b.ebuild: Support multilib providers for deps. Bump to EAPI=5. 1.21 games-fps/rtcw/rtcw-1.41b.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild?rev=1.21&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild?rev=1.21&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild?r1=1.20&r2=1.21 Index: rtcw-1.41b.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- rtcw-1.41b.ebuild 13 Oct 2014 16:44:47 -0000 1.20 +++ rtcw-1.41b.ebuild 14 Jun 2015 19:51:56 -0000 1.21 @@ -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/rtcw/rtcw-1.41b.ebuild,v 1.20 2014/10/13 16:44:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/rtcw/rtcw-1.41b.ebuild,v 1.21 2015/06/14 19:51:56 ulm Exp $ EAPI=5 inherit eutils unpacker games @@ -17,20 +17,11 @@ IUSE="opengl dedicated" RESTRICT="strip mirror" -UIDEPEND=" - || ( - ( - x11-libs/libX11[abi_x86_32(-)] - x11-libs/libXau[abi_x86_32(-)] - x11-libs/libXdmcp[abi_x86_32(-)] - x11-libs/libXext[abi_x86_32(-)] - virtual/opengl[abi_x86_32(-)] - ) - amd64? ( - app-emulation/emul-linux-x86-opengl[-abi_x86_32(-)] - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] - ) - )" +UIDEPEND="x11-libs/libX11[abi_x86_32(-)] + x11-libs/libXau[abi_x86_32(-)] + x11-libs/libXdmcp[abi_x86_32(-)] + x11-libs/libXext[abi_x86_32(-)] + virtual/opengl[abi_x86_32(-)]" RDEPEND="sys-libs/glibc sys-libs/lib-compat dedicated? ( app-misc/screen )
