mgorny      14/10/13 15:44:00

  Modified:             majesty-demo-1.0.0.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.16                 games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?rev=1.16&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?rev=1.16&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild?r1=1.15&r2=1.16

Index: majesty-demo-1.0.0.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- majesty-demo-1.0.0.ebuild   10 Aug 2014 21:21:00 -0000      1.15
+++ majesty-demo-1.0.0.ebuild   13 Oct 2014 15:44:00 -0000      1.16
@@ -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-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 
1.15 2014/08/10 21:21:00 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/games-strategy/majesty-demo/majesty-demo-1.0.0.ebuild,v 
1.16 2014/10/13 15:44:00 mgorny Exp $
 
 EAPI=4
 inherit eutils unpacker games
@@ -16,19 +16,24 @@
 RESTRICT="mirror bindist strip"
 
 RDEPEND="sys-libs/glibc
-       x86? (
-               x11-libs/libX11
-               x11-libs/libXext
-               x11-libs/libXau
-               x11-libs/libXdmcp )
-       ppc? (
-               x11-libs/libX11
-               x11-libs/libXext
-               x11-libs/libXau
-               x11-libs/libXdmcp )
-       amd64? (
-               app-emulation/emul-linux-x86-baselibs
-               app-emulation/emul-linux-x86-xlibs )"
+       || (
+               ppc? (
+                       x11-libs/libX11
+                       x11-libs/libXext
+                       x11-libs/libXau
+                       x11-libs/libXdmcp
+               )
+               !ppc? (
+                       x11-libs/libX11[abi_x86_32(-)]
+                       x11-libs/libXext[abi_x86_32(-)]
+                       x11-libs/libXau[abi_x86_32(-)]
+                       x11-libs/libXdmcp[abi_x86_32(-)]
+               )
+               amd64? (
+                       app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
+                       app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
+               )
+       )"
 
 S=${WORKDIR}
 



1.15                 games-strategy/majesty-demo/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog   10 Aug 2014 21:21:00 -0000      1.14
+++ ChangeLog   13 Oct 2014 15:44:00 -0000      1.15
@@ -1,6 +1,9 @@
 # ChangeLog for games-strategy/majesty-demo
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v 
1.14 2014/08/10 21:21:00 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-strategy/majesty-demo/ChangeLog,v 
1.15 2014/10/13 15:44:00 mgorny Exp $
+
+  13 Oct 2014; Michał Górny <[email protected]> majesty-demo-1.0.0.ebuild:
+  Support multilib providers for deps.
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> 
majesty-demo-1.0.0.ebuild:
   QA: drop trailing '.' from DESCRIPTION




Reply via email to