diff options
author | Michał Górny <mgorny@gentoo.org> | 2013-09-21 20:24:50 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2013-09-21 20:24:50 +0000 |
commit | 82cc587965afb301abf9584cf2d1f0e813357122 (patch) | |
tree | 9e1c559e0a150e87eb075e669b5974e832aa68e7 /virtual/opencl/opencl-0-r4.ebuild | |
parent | Version bump (diff) | |
download | gentoo-2-82cc587965afb301abf9584cf2d1f0e813357122.tar.gz gentoo-2-82cc587965afb301abf9584cf2d1f0e813357122.tar.bz2 gentoo-2-82cc587965afb301abf9584cf2d1f0e813357122.zip |
Remove MULTILIB_USEDEP on packages not having the flags (yet).
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'virtual/opencl/opencl-0-r4.ebuild')
-rw-r--r-- | virtual/opencl/opencl-0-r4.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/virtual/opencl/opencl-0-r4.ebuild b/virtual/opencl/opencl-0-r4.ebuild index aba1dfca75ee..2042e07dc022 100644 --- a/virtual/opencl/opencl-0-r4.ebuild +++ b/virtual/opencl/opencl-0-r4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/opencl/opencl-0-r4.ebuild,v 1.1 2013/09/21 17:10:28 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/opencl/opencl-0-r4.ebuild,v 1.2 2013/09/21 20:24:50 mgorny Exp $ EAPI=5 @@ -17,12 +17,13 @@ CARDS=( fglrx nvidia ) IUSE="${CARDS[@]/#/video_cards_}" DEPEND="" +# intel-ocl-sdk is amd64-only RDEPEND="app-admin/eselect-opencl || ( media-libs/mesa[opencl,${MULTILIB_USEDEP}] video_cards_fglrx? ( - >=x11-drivers/ati-drivers-12.1-r1[${MULTILIB_USEDEP}] ) + >=x11-drivers/ati-drivers-12.1-r1 ) video_cards_nvidia? ( - >=x11-drivers/nvidia-drivers-290.10-r2[${MULTILIB_USEDEP}] ) - dev-util/intel-ocl-sdk[${MULTILIB_USEDEP}] + >=x11-drivers/nvidia-drivers-290.10-r2 ) + abi_x86_64? ( !abi_x86_32? ( dev-util/intel-ocl-sdk ) ) )" |