commit: 516db8d03c893c4a751249dcc8eeb19da2ce05b6
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 27 14:31:20 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Jan 28 07:48:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516db8d0
cuda.eclass: Enable EAPI=6 support
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
eclass/cuda.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass
index e36d4ca..f8d7188 100644
--- a/eclass/cuda.eclass
+++ b/eclass/cuda.eclass
@@ -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