commit:     a4a5080edd63b80e21729d084234be9a1d3f5873
Author:     Marius Brehler <marbre <AT> linux <DOT> sungazer <DOT> de>
AuthorDate: Sat Jan 10 15:19:30 2015 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> 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"

Reply via email to