diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-10-26 14:41:37 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-10-26 14:41:45 +0100 |
commit | 3be28cd471ddc7b494ae3dbe7e241ea1b2f223ae (patch) | |
tree | a3b1dd16417adb4234918a461293fd47cd585d76 /media-video | |
parent | www-client/qutebrowser: revbump to -0.4.1-r1 (diff) | |
download | gentoo-3be28cd471ddc7b494ae3dbe7e241ea1b2f223ae.tar.gz gentoo-3be28cd471ddc7b494ae3dbe7e241ea1b2f223ae.tar.bz2 gentoo-3be28cd471ddc7b494ae3dbe7e241ea1b2f223ae.zip |
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 22d16cb8d927..27357de4c3f5 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" |