Skip to content

Commit

Permalink
tmpfiles.eclass: add eapi 8 support
Browse files Browse the repository at this point in the history
Signed-off-by: William Hubbs <[email protected]>
  • Loading branch information
williamh committed Dec 11, 2021
1 parent 7993596 commit 95e2454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/tmpfiles.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# @AUTHOR:
# Mike Gilbert <[email protected]>
# William Hubbs <[email protected]>
# @SUPPORTED_EAPIS: 5 6 7
# @SUPPORTED_EAPIS: 5 6 7 8
# @BLURB: Functions related to tmpfiles.d files
# @DESCRIPTION:
# This eclass provides functionality related to installing and
Expand Down Expand Up @@ -56,7 +56,7 @@ if [[ -z ${TMPFILES_ECLASS} ]]; then
TMPFILES_ECLASS=1

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

Expand Down

0 comments on commit 95e2454

Please sign in to comment.