diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-10-13 10:16:43 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-10-13 10:16:43 +0000 |
commit | 19f31f802ac785b19458411ea60c67dccad41103 (patch) | |
tree | 4df684ef021d69d1b541c2a01e4ff5922d1871ff /games-action/mutantstorm-demo | |
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')
-rw-r--r-- | games-action/mutantstorm-demo/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/mutantstorm-demo/mutantstorm-demo-1.33.ebuild | 27 |
2 files changed, 20 insertions, 12 deletions
diff --git a/games-action/mutantstorm-demo/ChangeLog b/games-action/mutantstorm-demo/ChangeLog index 1b247bb5ab1b..de13f8c60921 100644 --- a/games-action/mutantstorm-demo/ChangeLog +++ b/games-action/mutantstorm-demo/ChangeLog @@ -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 <mgorny@gentoo.org> mutantstorm-demo-1.33.ebuild: + Support multilib providers for deps. 07 Sep 2014; Ulrich Müller <ulm@gentoo.org> mutantstorm-demo-1.33.ebuild: Drop reverse dependencies of sys-libs/lib-compat to unstable, bug 517932. 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} |