diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-07-08 19:24:59 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-07-08 19:24:59 +0000 |
commit | 29ce2665058d3a641f3f7e316035a5a2df4ac476 (patch) | |
tree | 56eba3a3ef8f235dbfd540bc21f7790734e21052 /app-emulation/wine/wine-1.3.13.ebuild | |
parent | Use virtual/ffmpeg wrt #362127 by Tomáš Chvátal (diff) | |
download | historical-29ce2665058d3a641f3f7e316035a5a2df4ac476.tar.gz historical-29ce2665058d3a641f3f7e316035a5a2df4ac476.tar.bz2 historical-29ce2665058d3a641f3f7e316035a5a2df4ac476.zip |
force latest nvidia-cuda-toolkit package to avoid opencl changes in package #374467
Package-Manager: portage-2.2.0_alpha43/cvs/Linux x86_64
Diffstat (limited to 'app-emulation/wine/wine-1.3.13.ebuild')
-rw-r--r-- | app-emulation/wine/wine-1.3.13.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/wine/wine-1.3.13.ebuild b/app-emulation/wine/wine-1.3.13.ebuild index d78c3f435107..d1549cef4ba4 100644 --- a/app-emulation/wine/wine-1.3.13.ebuild +++ b/app-emulation/wine/wine-1.3.13.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v 1.6 2011/07/08 02:40:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/wine/wine-1.3.13.ebuild,v 1.7 2011/07/08 19:24:59 vapier Exp $ EAPI="2" @@ -72,7 +72,7 @@ RDEPEND="truetype? ( >=media-libs/freetype-2.0.0 media-fonts/corefonts ) esd? ( media-sound/esound ) nas? ( media-libs/nas ) cups? ( net-print/cups ) - opencl? ( x11-drivers/nvidia-drivers >=dev-util/nvidia-cuda-toolkit-3.0[opencl] ) + opencl? ( x11-drivers/nvidia-drivers >=dev-util/nvidia-cuda-toolkit-3.1 ) opengl? ( virtual/opengl ) pulseaudio? ( media-sound/pulseaudio ) gsm? ( media-sound/gsm ) |