commit: 27a276db753d537aa650f9f2b0429542ce687a49 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org> AuthorDate: Tue Feb 17 15:39:29 2015 +0000 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org> CommitDate: Tue Feb 17 15:39:29 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=27a276db
use multilib nvidia-cuda-toolkit Package-Manager: portage-2.2.14 --- sys-apps/hwloc/ChangeLog | 3 +++ sys-apps/hwloc/hwloc-1.10.0-r2.ebuild | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/sys-apps/hwloc/ChangeLog b/sys-apps/hwloc/ChangeLog index ef85758..58a8b1e 100644 --- a/sys-apps/hwloc/ChangeLog +++ b/sys-apps/hwloc/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/sys-apps/hwloc/ChangeLog,v 1.49 2015/01/05 17:56:52 aballier Exp $ + 17 Feb 2015; Christoph Junghans <ott...@gentoo.org> hwloc-1.10.0-r2.ebuild: + use multilib nvidia-cuda-toolkit + 05 Jan 2015; Alexis Ballier <aball...@gentoo.org> hwloc-1.10.0-r1.ebuild: keyword ~arm diff --git a/sys-apps/hwloc/hwloc-1.10.0-r2.ebuild b/sys-apps/hwloc/hwloc-1.10.0-r2.ebuild index 0d98083..96c09a9 100644 --- a/sys-apps/hwloc/hwloc-1.10.0-r2.ebuild +++ b/sys-apps/hwloc/hwloc-1.10.0-r2.ebuild @@ -18,6 +18,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x8 IUSE="cairo cuda debug gl +numa opencl +pci plugins svg static-libs xml X" # TODO opencl only works with AMD so no virtual +# dev-util/nvidia-cuda-toolkit is always multilib RDEPEND=">=sys-libs/ncurses-5.9-r3[${MULTILIB_USEDEP}] cairo? ( >=x11-libs/cairo-1.12.14-r4[X?,svg?,${MULTILIB_USEDEP}] ) @@ -54,7 +55,7 @@ multilib_src_configure() { --disable-silent-rules --docdir="${EPREFIX}"/usr/share/doc/${PF} $(use_enable cairo) - $(multilib_native_use_enable cuda) + $(use_enable cuda) $(use_enable debug) $(multilib_native_use_enable gl) $(multilib_native_use_enable opencl)