dev-util/nvidia-cuda-toolkit: add missing dependency, bug #622256

Support for GCC 6 is only available starting with CUDA 9:
https://devblogs.nvidia.com/parallelforall/cuda-9-features-revealed

Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
Guilherme Amadio
2017-07-06 10:51:46 +02:00
parent 57e4ff211f
commit b22237d973
2 changed files with 3 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -18,6 +18,7 @@ IUSE="debugger doc eclipse profiler"
DEPEND=""
RDEPEND="${DEPEND}
>=sys-devel/gcc-4.7[cxx]
<sys-devel/gcc-6[cxx]
>=x11-drivers/nvidia-drivers-367.44[X,uvm]
debugger? (
sys-libs/libtermcap-compat

View File

@@ -19,6 +19,7 @@ IUSE="debugger doc eclipse profiler"
DEPEND=""
RDEPEND="${DEPEND}
>=sys-devel/gcc-4.7[cxx]
<sys-devel/gcc-6[cxx]
>=x11-drivers/nvidia-drivers-375.26[X,uvm]
debugger? (
sys-libs/libtermcap-compat