Skip to content

Commit

Permalink
check-reqs.eclass: Enable EAPI 6 support
Browse files Browse the repository at this point in the history
Signed-off-by: Justin Lecher <[email protected]>
  • Loading branch information
jlec committed Jan 2, 2016
1 parent 8d5affa commit 108d345
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/check-reqs.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ inherit eutils
EXPORT_FUNCTIONS pkg_setup
case "${EAPI:-0}" in
0|1|2|3) ;;
4|5) EXPORT_FUNCTIONS pkg_pretend ;;
4|5|6) EXPORT_FUNCTIONS pkg_pretend ;;
*) die "EAPI=${EAPI} is not supported" ;;
esac

Expand Down

0 comments on commit 108d345

Please sign in to comment.