diff options
author | 2014-10-13 10:16:43 +0000 | |
---|---|---|
committer | 2014-10-13 10:16:43 +0000 | |
commit | 19f31f802ac785b19458411ea60c67dccad41103 (patch) | |
tree | 4df684ef021d69d1b541c2a01e4ff5922d1871ff /games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-19f31f802ac785b19458411ea60c67dccad41103.tar.gz gentoo-2-19f31f802ac785b19458411ea60c67dccad41103.tar.bz2 gentoo-2-19f31f802ac785b19458411ea60c67dccad41103.zip |
Support multilib providers for deps.
(Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild')
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 27 |
1 files changed, 16 insertions, 11 deletions
diff --git a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild index 2740cc11d093..1956be9b10b8 100644 --- a/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild +++ b/games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild @@ -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 @@ KEYWORDS="-* ~amd64 ~x86" 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} |