Skip to content

Commit

Permalink
tmpfiles.eclass: allow EAPI 5 usage
Browse files Browse the repository at this point in the history
  • Loading branch information
floppym committed Jan 2, 2018
1 parent cf0d503 commit 82ed7a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/tmpfiles.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ if [[ -z ${TMPFILES_ECLASS} ]]; then
TMPFILES_ECLASS=1

case "${EAPI}" in
6) ;;
5|6) ;;
*) die "API is undefined for EAPI ${EAPI}" ;;
esac

Expand Down

0 comments on commit 82ed7a0

Please sign in to comment.