Skip to content

Commit

Permalink
eclass/s6.eclass: add eapi 6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
williamh committed Feb 9, 2016
1 parent 97bf129 commit b7fbf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/s6.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# @CODE

case ${EAPI:-0} in
5) ;;
5|6) ;;
*) die "${ECLASS}.eclass: API in EAPI ${EAPI} not yet established" ;;
esac

Expand Down

0 comments on commit b7fbf05

Please sign in to comment.