commit: 82ed7a06c1dd76692ff05b54edc9fdbf712659a0
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 31 15:10:41 2017 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Jan 2 02:44:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82ed7a06
tmpfiles.eclass: allow EAPI 5 usage
eclass/tmpfiles.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass
index 6a461d4df85..74622578412 100644
--- a/eclass/tmpfiles.eclass
+++ b/eclass/tmpfiles.eclass
@@ -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