Skip to content

Commit

Permalink
intel-sdp.eclass: Add back EAPI=4 support
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Feb 15, 2016
1 parent b719db5 commit e50407c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/intel-sdp.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if [[ ! ${_INTEL_SDP_ECLASS_} ]]; then

case "${EAPI:-0}" in
5) ;;
4|5) ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac

Expand Down

0 comments on commit e50407c

Please sign in to comment.