From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 028AA138A1A for ; Tue, 17 Feb 2015 15:40:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25DB3E05C1; Tue, 17 Feb 2015 15:40:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4C16E05C1 for ; Tue, 17 Feb 2015 15:40:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51B853406C1 for ; Tue, 17 Feb 2015 15:40:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A58F11F56 for ; Tue, 17 Feb 2015 15:39:58 +0000 (UTC) From: "Christoph Junghans" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Christoph Junghans" Message-ID: <1424187569.27a276db753d537aa650f9f2b0429542ce687a49.ottxor@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sys-apps/hwloc/ X-VCS-Repository: proj/sci X-VCS-Files: sys-apps/hwloc/ChangeLog sys-apps/hwloc/hwloc-1.10.0-r2.ebuild X-VCS-Directories: sys-apps/hwloc/ X-VCS-Committer: ottxor X-VCS-Committer-Name: Christoph Junghans X-VCS-Revision: 27a276db753d537aa650f9f2b0429542ce687a49 X-VCS-Branch: master Date: Tue, 17 Feb 2015 15:39:58 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ed6e38c3-8570-4af8-87f9-9e4fa3ede35f X-Archives-Hash: 9de27602e4abb5deed48acbe08b79a9f commit: 27a276db753d537aa650f9f2b0429542ce687a49 Author: Christoph Junghans gentoo org> AuthorDate: Tue Feb 17 15:39:29 2015 +0000 Commit: Christoph Junghans gentoo 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 hwloc-1.10.0-r2.ebuild: + use multilib nvidia-cuda-toolkit + 05 Jan 2015; Alexis Ballier 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)