Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: eclass/
Date: Thu, 28 Jan 2016 07:51:38
Message-Id: 1453967290.516db8d03c893c4a751249dcc8eeb19da2ce05b6.jlec@gentoo
1 commit: 516db8d03c893c4a751249dcc8eeb19da2ce05b6
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 27 14:31:20 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 28 07:48:10 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=516db8d0
7
8 cuda.eclass: Enable EAPI=6 support
9
10 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
11
12 eclass/cuda.eclass | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/eclass/cuda.eclass b/eclass/cuda.eclass
16 index e36d4ca..f8d7188 100644
17 --- a/eclass/cuda.eclass
18 +++ b/eclass/cuda.eclass
19 @@ -137,7 +137,7 @@ cuda_src_prepare() {
20 case "${EAPI:-0}" in
21 0|1)
22 EXPORT_FUNCTIONS pkg_setup ;;
23 - 2|3|4|5)
24 + 2|3|4|5|6)
25 EXPORT_FUNCTIONS src_prepare ;;
26 *) die "EAPI=${EAPI} is not supported" ;;
27 esac