* [gentoo-dev] [PATCH] tmpfiles.eclass: add eapi 7 support
@ 2019-02-05 22:12 William Hubbs
2019-02-08 18:50 ` William Hubbs
0 siblings, 1 reply; 2+ messages in thread
From: William Hubbs @ 2019-02-05 22:12 UTC (permalink / raw
To: gentoo-dev; +Cc: William Hubbs
Signed-off-by: William Hubbs <williamh@gentoo.org>
---
eclass/tmpfiles.eclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass
index a1f155e63a4..e7dc9203197 100644
--- 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
--
2.19.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [gentoo-dev] [PATCH] tmpfiles.eclass: add eapi 7 support
2019-02-05 22:12 [gentoo-dev] [PATCH] tmpfiles.eclass: add eapi 7 support William Hubbs
@ 2019-02-08 18:50 ` William Hubbs
0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs @ 2019-02-08 18:50 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 44 bytes --]
All,
this is being committed now.
William
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 195 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-02-08 18:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-05 22:12 [gentoo-dev] [PATCH] tmpfiles.eclass: add eapi 7 support William Hubbs
2019-02-08 18:50 ` William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox