summaryrefslogtreecommitdiff
path: root/media-video
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-10-26 14:41:37 +0100
committerAlexis Ballier <aballier@gentoo.org>2015-10-26 14:41:45 +0100
commit3be28cd471ddc7b494ae3dbe7e241ea1b2f223ae (patch)
treea3b1dd16417adb4234918a461293fd47cd585d76 /media-video
parent59b905fefa279bf5c72cecbf2f2b7516cb4cbadc (diff)
downloadgentoo-3be28cd471ddc7b494ae3dbe7e241ea1b2f223ae.tar.gz
gentoo-3be28cd471ddc7b494ae3dbe7e241ea1b2f223ae.tar.xz
media-video/nvenc: Add dep on nvidia-drivers and depend on cuda-toolkit only with tools useflag
Package-Manager: portage-2.2.23
Diffstat (limited to 'media-video')
-rw-r--r--media-video/nvenc/nvenc-5.0.1-r1.ebuild (renamed from media-video/nvenc/nvenc-5.0.1.ebuild)3
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/nvenc/nvenc-5.0.1.ebuild b/media-video/nvenc/nvenc-5.0.1-r1.ebuild
index 22d16cb8d92..27357de4c3f 100644
--- a/media-video/nvenc/nvenc-5.0.1.ebuild
+++ b/media-video/nvenc/nvenc-5.0.1-r1.ebuild
@@ -17,7 +17,8 @@ SLOT="0"
KEYWORDS="~amd64"
IUSE="+tools samples"
-RDEPEND=">=dev-util/nvidia-cuda-toolkit-6.5"
+RDEPEND=">=x11-drivers/nvidia-drivers-347.09
+ tools? ( >=dev-util/nvidia-cuda-toolkit-6.5 )"
DEPEND="${RDEPEND}
app-arch/unzip"