diff options
author | Matt Turner <mattst88@gentoo.org> | 2018-05-11 19:44:13 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2018-05-11 19:44:38 -0700 |
commit | 52baffea7ac94c13b265fa0f7916aa5ffe3f8a16 (patch) | |
tree | 9d7b483c07863eb9ea11240ef2e623fdfcfd0467 /virtual/opencl | |
parent | app-eselect/eselect-opencl: Drop old versions (diff) | |
download | gentoo-52baffea7ac94c13b265fa0f7916aa5ffe3f8a16.tar.gz gentoo-52baffea7ac94c13b265fa0f7916aa5ffe3f8a16.tar.bz2 gentoo-52baffea7ac94c13b265fa0f7916aa5ffe3f8a16.zip |
virtual/opencl: Drop old versions
Diffstat (limited to 'virtual/opencl')
-rw-r--r-- | virtual/opencl/opencl-0-r4.ebuild | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/virtual/opencl/opencl-0-r4.ebuild b/virtual/opencl/opencl-0-r4.ebuild deleted file mode 100644 index f5fc046a144e..000000000000 --- a/virtual/opencl/opencl-0-r4.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit multilib-build - -DESCRIPTION="Virtual for OpenCL implementations" -SLOT="0" -KEYWORDS="amd64 x86" -CARDS=( nvidia ) -IUSE="${CARDS[@]/#/video_cards_}" - -# intel-ocl-sdk is amd64-only -RDEPEND="app-eselect/eselect-opencl - || ( - >=media-libs/mesa-9.1.6[opencl,${MULTILIB_USEDEP}] - video_cards_nvidia? ( - >=x11-drivers/nvidia-drivers-290.10-r2 ) - abi_x86_64? ( !abi_x86_32? ( dev-util/intel-ocl-sdk ) ) - )" |