From a4a5080edd63b80e21729d084234be9a1d3f5873 Mon Sep 17 00:00:00 2001 From: Marius Brehler Date: Sat, 10 Jan 2015 16:19:30 +0100 Subject: Drop userpriv; Add independent USE flag --- sci-libs/arrayfire/arrayfire-9999.ebuild | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'sci-libs/arrayfire/arrayfire-9999.ebuild') diff --git a/sci-libs/arrayfire/arrayfire-9999.ebuild b/sci-libs/arrayfire/arrayfire-9999.ebuild index 0a241169a..b2d1099e9 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" -- cgit v1.2.3-65-gdbad