projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a61da1
)
cuda.eclass: Enable EAPI=6 support
author
Justin Lecher
<jlec@gentoo.org>
Wed, 27 Jan 2016 14:31:20 +0000
(15:31 +0100)
committer
Justin 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
patch
|
blob
|
history
diff --git
a/eclass/cuda.eclass
b/eclass/cuda.eclass
index e36d4ca1db9bba0f8e729991bb51b5f8232853a2..f8d7188a9b78c086415a14f692518f4924241cfd 100644
(file)
--- 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