commit:     4a4d3d7afc52f459b446026935549d15d44a0eff
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 23 14:37:34 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Feb 23 15:02:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a4d3d7a

cmake-multilib.eclass: Eclass works with EAPI-6.

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

 eclass/cmake-multilib.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/cmake-multilib.eclass b/eclass/cmake-multilib.eclass
index deec3f6..3e40e33 100644
--- a/eclass/cmake-multilib.eclass
+++ b/eclass/cmake-multilib.eclass
@@ -21,7 +21,7 @@
 
 # EAPI=5 is required for meaningful MULTILIB_USEDEP.
 case ${EAPI:-0} in
-       5) ;;
+       5|6) ;;
        *) die "EAPI=${EAPI} is not supported" ;;
 esac
 

Reply via email to