cuda.eclass: Enable EAPI=6 support
authorJustin Lecher <jlec@gentoo.org>
Wed, 27 Jan 2016 14:31:20 +0000 (15:31 +0100)
committerJustin Lecher <jlec@gentoo.org>
Thu, 28 Jan 2016 07:48:10 +0000 (08:48 +0100)
Signed-off-by: Justin Lecher <jlec@gentoo.org>
eclass/cuda.eclass

index e36d4ca1db9bba0f8e729991bb51b5f8232853a2..f8d7188a9b78c086415a14f692518f4924241cfd 100644 (file)
@@ -137,7 +137,7 @@ cuda_src_prepare() {
 case "${EAPI:-0}" in
        0|1)
                EXPORT_FUNCTIONS pkg_setup ;;
-       2|3|4|5)
+       2|3|4|5|6)
                EXPORT_FUNCTIONS src_prepare ;;
        *) die "EAPI=${EAPI} is not supported" ;;
 esac