From 8b6c2f5f75d8aa49b323aa1f8ebca9f8b95a7b18 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Tue, 20 Dec 2011 22:09:15 +0000 Subject: Drop ATI from dep list for now since that only provides the libraries and not the required headers #392179#2 by Emil Karlson. (Portage version: 2.2.0_alpha81/cvs/Linux x86_64) --- virtual/opencl/opencl-0.ebuild | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'virtual/opencl/opencl-0.ebuild') diff --git a/virtual/opencl/opencl-0.ebuild b/virtual/opencl/opencl-0.ebuild index 1318ce2d5b93..da2bb436fc79 100644 --- a/virtual/opencl/opencl-0.ebuild +++ b/virtual/opencl/opencl-0.ebuild @@ -1,19 +1,23 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/opencl/opencl-0.ebuild,v 1.1 2011/12/20 19:32:33 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/opencl/opencl-0.ebuild,v 1.2 2011/12/20 22:09:15 vapier Exp $ + +# Until ATI's SDK is in the tree, nvidia is the only +# viable provider #392179 #257626 EAPI="4" DESCRIPTION="Virtual for OpenCL implementations" SLOT="0" -KEYWORDS="~amd64 ~x86" -CARDS=( fglrx nvidia ) +KEYWORDS="amd64 x86" +#CARDS=( fglrx nvidia ) +CARDS=( nvidia ) IUSE="${CARDS[@]/#/video_cards_}" REQUIRED_USE="|| ( ${IUSE} )" +# video_cards_fglrx? ( x11-drivers/ati-drivers[opencl] ) RDEPEND="|| ( video_cards_nvidia? ( x11-drivers/nvidia-drivers >=dev-util/nvidia-cuda-toolkit-3.1 ) - video_cards_fglrx? ( x11-drivers/ati-drivers[opencl] ) )" -- cgit v1.2.3-65-gdbad