projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
82e970b
)
tmpfiles.eclass: add eapi 7 support
author
William Hubbs
<williamh@gentoo.org>
Tue, 5 Feb 2019 22:10:42 +0000
(16:10 -0600)
committer
William Hubbs
<williamh@gentoo.org>
Fri, 8 Feb 2019 18:50:52 +0000
(12:50 -0600)
Signed-off-by: William Hubbs <williamh@gentoo.org>
eclass/tmpfiles.eclass
patch
|
blob
|
history
diff --git
a/eclass/tmpfiles.eclass
b/eclass/tmpfiles.eclass
index a1f155e63a4d843961ae5421490442f584fa44b0..e7dc920319724e761a48ad1f2b389c470dc77304 100644
(file)
--- a/
eclass/tmpfiles.eclass
+++ b/
eclass/tmpfiles.eclass
@@
-56,7
+56,7
@@
if [[ -z ${TMPFILES_ECLASS} ]]; then
TMPFILES_ECLASS=1
case "${EAPI}" in
-5|6) ;;
+5|6
|7
) ;;
*) die "API is undefined for EAPI ${EAPI}" ;;
esac