sys-apps/hwloc: drop opencl support from stable 1.11.2
authorJustin Bronder <jsbronder@gentoo.org>
Wed, 10 May 2017 23:11:50 +0000 (19:11 -0400)
committerJustin Bronder <jsbronder@gentoo.org>
Wed, 10 May 2017 23:25:48 +0000 (19:25 -0400)
x11-drivers/ati-drivers is gone (#582406), so direct to stable commit to fix
the deptree.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
RepoMan-Options: --force

sys-apps/hwloc/hwloc-1.11.2-r1.ebuild [moved from sys-apps/hwloc/hwloc-1.11.2.ebuild with 89% similarity]

similarity index 89%
rename from sys-apps/hwloc/hwloc-1.11.2.ebuild
rename to sys-apps/hwloc/hwloc-1.11.2-r1.ebuild
index 2157445f2b11b4305d12b6d938eed72988da8646..2f6751aa3cea99cb54bef14f5a55b90b39fe3607 100644 (file)
@@ -14,16 +14,17 @@ SRC_URI="http://www.open-mpi.org/software/${PN}/${MY_PV}/downloads/${P}.tar.bz2"
 LICENSE="BSD"
 SLOT="0/5"
 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux"
-IUSE="cairo cuda debug gl +numa opencl +pci plugins svg static-libs xml X"
+IUSE="cairo cuda debug gl +numa +pci plugins svg static-libs xml X"
+
+# opencl support dropped with x11-drivers/ati-drivers being removed (#582406).
+# Anyone with hardware is welcome to step up and help test to get it re-added.
 
-# TODO opencl only works with AMD so no virtual
 # dev-util/nvidia-cuda-toolkit is always multilib
 
 RDEPEND=">=sys-libs/ncurses-5.9-r3:0[${MULTILIB_USEDEP}]
        cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] )
        cuda? ( >=dev-util/nvidia-cuda-toolkit-6.5.19-r1 )
        gl? ( || ( x11-drivers/nvidia-drivers[static-libs,tools] media-video/nvidia-settings ) )
-       opencl? ( x11-drivers/ati-drivers:* )
        pci? (
                >=sys-apps/pciutils-3.3.0-r2[${MULTILIB_USEDEP}]
                >=x11-libs/libpciaccess-0.13.1-r1[${MULTILIB_USEDEP}]
@@ -59,7 +60,6 @@ multilib_src_configure() {
                $(use_enable cuda)
                $(use_enable debug)
                $(multilib_native_use_enable gl)
-               $(multilib_native_use_enable opencl)
                $(use_enable pci)
                $(use_enable plugins)
                $(use_enable numa libnuma)