public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] [PATCH] tmpfiles.eclass: add eapi 8 support
@ 2021-12-01  0:41 William Hubbs
  2021-12-11 21:31 ` William Hubbs
  0 siblings, 1 reply; 2+ messages in thread
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	[flat|nested] 2+ messages in thread

* Re: [gentoo-dev] [PATCH] tmpfiles.eclass: add eapi 8 support
  2021-12-01  0:41 [gentoo-dev] [PATCH] tmpfiles.eclass: add eapi 8 support William Hubbs
@ 2021-12-11 21:31 ` William Hubbs
  0 siblings, 0 replies; 2+ messages in thread
From: William Hubbs @ 2021-12-11 21:31 UTC (permalink / raw)
  To: gentoo-dev

[-- Attachment #1: Type: text/plain, Size: 39 bytes --]

This is in the tree.

Thanks,

William

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 195 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-12-11 21:31 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-01  0:41 [gentoo-dev] [PATCH] tmpfiles.eclass: add eapi 8 support William Hubbs
2021-12-11 21:31 ` William Hubbs

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox