mgorny      14/05/23 22:43:05

  Modified:             wine-9999.ebuild ChangeLog
  Log:
  Forward-port the emul-linux dependency changes to the live ebuild.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
EFB4464E!)

Revision  Changes    Path
1.167                app-emulation/wine/wine-9999.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.167&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?rev=1.167&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/wine-9999.ebuild?r1=1.166&r2=1.167

Index: wine-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v
retrieving revision 1.166
retrieving revision 1.167
diff -u -r1.166 -r1.167
--- wine-9999.ebuild    17 May 2014 15:31:17 -0000      1.166
+++ wine-9999.ebuild    23 May 2014 22:43:05 -0000      1.167
@@ -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/app-emulation/wine/wine-9999.ebuild,v 1.166 
2014/05/17 15:31:17 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-9999.ebuild,v 1.167 
2014/05/23 22:43:05 mgorny Exp $
 
 EAPI="5"
 
@@ -116,9 +116,10 @@
                                app-emulation/emul-linux-x86-xlibs[development]
                                media-libs/fontconfig[abi_x86_32]
                        ) )
-                       gphoto2? (
+                       gphoto2? ( || (
                                
app-emulation/emul-linux-x86-medialibs[development]
-                       )
+                               media-libs/libgphoto2[abi_x86_32]
+                       ) )
                        openal? ( || (
                                app-emulation/emul-linux-x86-sdl[development]
                                media-libs/openal[abi_x86_32]
@@ -145,7 +146,10 @@
                                
app-emulation/emul-linux-x86-soundlibs[alsa,development]
                                media-libs/alsa-lib[abi_x86_32]
                        ) )
-                       cups? ( app-emulation/emul-linux-x86-baselibs )
+                       cups? ( || (
+                               app-emulation/emul-linux-x86-baselibs
+                               net-print/cups[abi_x86_32]
+                       ) )
                        opencl? ( virtual/opencl[abi_x86_32] )
                        opengl? ( || (
                                app-emulation/emul-linux-x86-opengl[development]
@@ -162,7 +166,10 @@
                                
app-emulation/emul-linux-x86-baselibs[development]
                                virtual/jpeg:0[abi_x86_32]
                        ) )
-                       ldap? ( 
app-emulation/emul-linux-x86-baselibs[development] )
+                       ldap? ( || (
+                               
app-emulation/emul-linux-x86-baselibs[development]
+                               net-nds/openldap:=[abi_x86_32]
+                       ) )
                        lcms? ( || (
                                
app-emulation/emul-linux-x86-baselibs[development]
                                media-libs/lcms:2[abi_x86_32]
@@ -195,8 +202,14 @@
                                        dev-libs/libxslt[abi_x86_32]
                                )
                        ) )
-                       scanner? ( 
app-emulation/emul-linux-x86-medialibs[development] )
-                       ssl? ( 
app-emulation/emul-linux-x86-baselibs[development] )
+                       scanner? ( || (
+                               
app-emulation/emul-linux-x86-medialibs[development]
+                               media-gfx/sane-backends:=[abi_x86_32]
+                       ) )
+                       ssl? ( || (
+                               
app-emulation/emul-linux-x86-baselibs[development]
+                               net-libs/gnutls:=[abi_x86_32]
+                       ) )
                        png? ( || (
                                
app-emulation/emul-linux-x86-baselibs[development]
                                media-libs/libpng:0[abi_x86_32]



1.510                app-emulation/wine/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.510&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?rev=1.510&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/wine/ChangeLog?r1=1.509&r2=1.510

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v
retrieving revision 1.509
retrieving revision 1.510
diff -u -r1.509 -r1.510
--- ChangeLog   21 May 2014 19:37:13 -0000      1.509
+++ ChangeLog   23 May 2014 22:43:05 -0000      1.510
@@ -1,6 +1,9 @@
 # ChangeLog for app-emulation/wine
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.509 
2014/05/21 19:37:13 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/ChangeLog,v 1.510 
2014/05/23 22:43:05 mgorny Exp $
+
+  23 May 2014; Michał Górny <mgo...@gentoo.org> wine-9999.ebuild:
+  Forward-port the emul-linux dependency changes to the live ebuild.
 
   21 May 2014; Michał Górny <mgo...@gentoo.org> wine-1.7.19-r1.ebuild:
   Support new multilib-enabled packages as dependencies. Partially bug #510646.




Reply via email to