commit:     c27803cccfa61c4f5bbe3bf45281c78ae292d6ed
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 24 08:05:10 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Feb 24 08:26:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c27803cc

waf-utils.eclass: Eclass works with EAPI-6.

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 eclass/waf-utils.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/waf-utils.eclass b/eclass/waf-utils.eclass
index eb9642a..e956049 100644
--- a/eclass/waf-utils.eclass
+++ b/eclass/waf-utils.eclass
@@ -18,7 +18,7 @@
 inherit eutils multilib toolchain-funcs multiprocessing
 
 case ${EAPI:-0} in
-       4|5) EXPORT_FUNCTIONS src_configure src_compile src_install ;;
+       4|5|6) EXPORT_FUNCTIONS src_configure src_compile src_install ;;
        *) die "EAPI=${EAPI} is not supported" ;;
 esac
 

Reply via email to