mgorny      14/06/25 17:02:11

  Modified:             spaz-1.605.ebuild ChangeLog
  Log:
  Support multilib dependencies aside to emul-linux-x86.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.3                  games-strategy/spaz/spaz-1.605.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild?r1=1.2&r2=1.3

Index: spaz-1.605.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/spaz-1.605.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- spaz-1.605.ebuild   29 Mar 2013 16:16:10 -0000      1.2
+++ spaz-1.605.ebuild   25 Jun 2014 17:02:11 -0000      1.3
@@ -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 @@
 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
 



1.3                  games-strategy/spaz/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.3&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?rev=1.3&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/spaz/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/spaz/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog   29 Mar 2013 16:16:10 -0000      1.2
+++ ChangeLog   25 Jun 2014 17:02:11 -0000      1.3
@@ -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 <mgo...@gentoo.org> spaz-1.605.ebuild:
+  Support multilib dependencies aside to emul-linux-x86.
 
   29 Mar 2013; Julian Ospald <hasuf...@gentoo.org> spaz-1.605.ebuild:
   use unpack_zip from unpacker.eclass instead of unzip




Reply via email to