diff options
author | Mike Frysinger <vapier@gentoo.org> | 2011-12-20 22:09:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-12-20 22:09:15 +0000 |
commit | 8b6c2f5f75d8aa49b323aa1f8ebca9f8b95a7b18 (patch) | |
tree | 3043e4a4aa39ea04b9affea1c04cf325ea43d21c /virtual/opencl/opencl-0.ebuild | |
parent | Switch to new virtual/opencl #392179 by Michal Pytasz. (diff) | |
download | gentoo-2-8b6c2f5f75d8aa49b323aa1f8ebca9f8b95a7b18.tar.gz gentoo-2-8b6c2f5f75d8aa49b323aa1f8ebca9f8b95a7b18.tar.bz2 gentoo-2-8b6c2f5f75d8aa49b323aa1f8ebca9f8b95a7b18.zip |
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)
Diffstat (limited to 'virtual/opencl/opencl-0.ebuild')
-rw-r--r-- | virtual/opencl/opencl-0.ebuild | 12 |
1 files changed, 8 insertions, 4 deletions
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] ) )" |