* [gentoo-dev] [PATCH] tmpfiles.eclass: add eapi 8 support
@ 2021-12-01 0:41 99% William Hubbs
0 siblings, 0 replies; 1+ results
From: William Hubbs @ 2021-12-01 0:41 UTC (permalink / raw
To: gentoo-dev; +Cc: floppym, William Hubbs
Signed-off-by: William Hubbs <williamh@gentoo.org>
---
eclass/tmpfiles.eclass | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/eclass/tmpfiles.eclass b/eclass/tmpfiles.eclass
index b9238a6434a..7a0e2cb7265 100644
--- a/eclass/tmpfiles.eclass
+++ b/eclass/tmpfiles.eclass
@@ -8,7 +8,7 @@
# @AUTHOR:
# Mike Gilbert <floppym@gentoo.org>
# William Hubbs <williamh@gentoo.org>
-# @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
@@ -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
--
2.32.0
^ permalink raw reply related [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-12-01 0:41 99% [gentoo-dev] [PATCH] tmpfiles.eclass: add eapi 8 support William Hubbs
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox