mgorny 14/10/13 10:16:43 Modified: mutantstorm-demo-1.33.ebuild ChangeLog Log: Support multilib providers for deps. (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path 1.17 games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild?r1=1.16&r2=1.17 Index: mutantstorm-demo-1.33.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- mutantstorm-demo-1.33.ebuild 7 Sep 2014 09:51:49 -0000 1.16 +++ mutantstorm-demo-1.33.ebuild 13 Oct 2014 10:16:43 -0000 1.17 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.16 2014/09/07 09:51:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild,v 1.17 2014/10/13 10:16:43 mgorny Exp $ EAPI=5 inherit eutils unpacker games @@ -15,16 +15,21 @@ IUSE="" RESTRICT="strip" -RDEPEND="virtual/opengl - sys-libs/lib-compat - amd64? ( - app-emulation/emul-linux-x86-xlibs - app-emulation/emul-linux-x86-soundlibs - app-emulation/emul-linux-x86-sdl ) - x86? ( - media-libs/libsdl - x11-libs/libX11 - x11-libs/libXext )" +RDEPEND="sys-libs/lib-compat + || ( + ( + media-libs/libsdl[abi_x86_32(-)] + x11-libs/libX11[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-sdl[-abi_x86_32(-)] + app-emulation/emul-linux-x86-soundlibs[-abi_x86_32(-)] + app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)] + ) + )" S=${WORKDIR} 1.17 games-action/mutantstorm-demo/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/ChangeLog?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/ChangeLog?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/mutantstorm-demo/ChangeLog?r1=1.16&r2=1.17 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- ChangeLog 7 Sep 2014 09:51:49 -0000 1.16 +++ ChangeLog 13 Oct 2014 10:16:43 -0000 1.17 @@ -1,6 +1,9 @@ # ChangeLog for games-action/mutantstorm-demo # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.16 2014/09/07 09:51:49 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/mutantstorm-demo/ChangeLog,v 1.17 2014/10/13 10:16:43 mgorny Exp $ + + 13 Oct 2014; Michał Górny <[email protected]> mutantstorm-demo-1.33.ebuild: + Support multilib providers for deps. 07 Sep 2014; Ulrich Müller <[email protected]> mutantstorm-demo-1.33.ebuild: Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932.
