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 F11D9138A1A for ; Sat, 10 Jan 2015 18:03:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92F11E083A; Sat, 10 Jan 2015 18:03:27 +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 E822AE083A for ; Sat, 10 Jan 2015 18:03:26 +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 13E713406E3 for ; Sat, 10 Jan 2015 18:03:26 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A76EF4AB for ; Sat, 10 Jan 2015 18:03:23 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1420903170.a4a5080edd63b80e21729d084234be9a1d3f5873.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/arrayfire/ X-VCS-Repository: proj/sci X-VCS-Files: sci-libs/arrayfire/arrayfire-9999.ebuild X-VCS-Directories: sci-libs/arrayfire/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: a4a5080edd63b80e21729d084234be9a1d3f5873 X-VCS-Branch: master Date: Sat, 10 Jan 2015 18:03:23 +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: 1d259690-6435-4d57-afda-5c1b154f9d8e X-Archives-Hash: 8f1011d46a3cb840a1c082dbb013d8ea commit: a4a5080edd63b80e21729d084234be9a1d3f5873 Author: Marius Brehler linux sungazer de> AuthorDate: Sat Jan 10 15:19:30 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jan 10 15:19:30 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=a4a5080e Drop userpriv; Add independent USE flag --- sci-libs/arrayfire/arrayfire-9999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index 0a24116..b2d1099 100644 --- a/sci-libs/arrayfire/arrayfire-9999.ebuild +++ b/sci-libs/arrayfire/arrayfire-9999.ebuild @@ -13,7 +13,7 @@ KEYWORDS="~amd64" LICENSE="ArrayFire" SLOT="0" -IUSE="+examples +cpu cuda test" +IUSE="+examples +cpu cuda independent test" RDEPEND=" >=sys-devel/gcc-4.7.3-r1 @@ -28,12 +28,6 @@ S="${WORKDIR}/${P}" BUILD_DIR="${S}/build" CMAKE_BUILD_TYPE=Release -# We need write acccess /dev/nvidiactl, /dev/nvidia0 and /dev/nvidia-uvm and the portage -# user is (usually) not in the video group -if use cuda; then - RESTRICT="userpriv" -fi - src_prepare() { if use cpu; then epatch "${FILESDIR}/FindCBLAS.patch"