commit:     e50407cbf30a840d9e8438f0eeaf468a9664392d
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 15 08:32:03 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 15 08:32:23 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e50407cb

intel-sdp.eclass: Add back EAPI=4 support

Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 eclass/intel-sdp.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/intel-sdp.eclass b/eclass/intel-sdp.eclass
index 40a3feb..51411c2 100644
--- a/eclass/intel-sdp.eclass
+++ b/eclass/intel-sdp.eclass
@@ -11,7 +11,7 @@
 if [[ ! ${_INTEL_SDP_ECLASS_} ]]; then
 
 case "${EAPI:-0}" in
-       5) ;;
+       4|5) ;;
        *) die "EAPI=${EAPI} is not supported" ;;
 esac
 

Reply via email to