diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-06-25 17:02:11 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-06-25 17:02:11 +0000 |
commit | 9dfc8b52ee17801f49de13e44f0c74b469ca7cd5 (patch) | |
tree | b2a0ab4730d69fbfee5cfe5692fbba06a9c7babe /games-strategy/spaz | |
parent | Added missing depend on dev-qt/qtsvg. Fixes #515024. Thanks Patrick. (diff) | |
download | gentoo-2-9dfc8b52ee17801f49de13e44f0c74b469ca7cd5.tar.gz gentoo-2-9dfc8b52ee17801f49de13e44f0c74b469ca7cd5.tar.bz2 gentoo-2-9dfc8b52ee17801f49de13e44f0c74b469ca7cd5.zip |
Support multilib dependencies aside to emul-linux-x86.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'games-strategy/spaz')
-rw-r--r-- | games-strategy/spaz/ChangeLog | 7 | ||||
-rw-r--r-- | games-strategy/spaz/spaz-1.605.ebuild | 20 |
2 files changed, 17 insertions, 10 deletions
diff --git a/games-strategy/spaz/ChangeLog b/games-strategy/spaz/ChangeLog index 5b134a40234a..91f47708d16c 100644 --- a/games-strategy/spaz/ChangeLog +++ b/games-strategy/spaz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-strategy/spaz -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.2 2013/03/29 16:16:10 hasufell Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v 1.3 2014/06/25 17:02:11 mgorny Exp $ + + 25 Jun 2014; Michał Górny <mgorny@gentoo.org> spaz-1.605.ebuild: + Support multilib dependencies aside to emul-linux-x86. 29 Mar 2013; Julian Ospald <hasufell@gentoo.org> spaz-1.605.ebuild: use unpack_zip from unpacker.eclass instead of unzip diff --git a/games-strategy/spaz/spaz-1.605.ebuild b/games-strategy/spaz/spaz-1.605.ebuild index b4b5f5a5d350..6ddd8965c360 100644 --- a/games-strategy/spaz/spaz-1.605.ebuild +++ b/games-strategy/spaz/spaz-1.605.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.2 2013/03/29 16:16:10 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v 1.3 2014/06/25 17:02:11 mgorny Exp $ EAPI=4 @@ -16,12 +16,16 @@ IUSE="alsa pulseaudio" RESTRICT="fetch strip" DEPEND="app-arch/unzip" -RDEPEND="amd64? ( app-emulation/emul-linux-x86-sdl ) - x86? ( - media-libs/openal[alsa?,pulseaudio?] - media-libs/libsdl - ) - " +RDEPEND=" + || ( + ( + media-libs/openal[alsa?,pulseaudio?,abi_x86_32(-)] + media-libs/libsdl[abi_x86_32(-)] + ) + amd64? ( + app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)] + ) + )" S="${WORKDIR}"/data |