commit:     b0f92067750e64f4027d301a9033728cfb44f5f2
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 17 15:29:58 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Jan 26 11:33:24 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f92067

out-of-source-utils.eclass: Support EAPI 9

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 eclass/out-of-source-utils.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/out-of-source-utils.eclass 
b/eclass/out-of-source-utils.eclass
index b1b5fc05e37c..7eb474059648 100644
--- a/eclass/out-of-source-utils.eclass
+++ b/eclass/out-of-source-utils.eclass
@@ -1,4 +1,4 @@
-# Copyright 2022-2024 Gentoo Authors
+# Copyright 2022-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: out-of-source-utils.eclass
@@ -6,7 +6,7 @@
 # Michał Górny <[email protected]>
 # @AUTHOR:
 # Michał Górny <[email protected]>
-# @SUPPORTED_EAPIS: 7 8
+# @SUPPORTED_EAPIS: 7 8 9
 # @BLURB: Utility functions for building packages out-of-source
 # @DESCRIPTION:
 # This eclass provides a run_in_build_dir() helper that can be used
@@ -16,7 +16,7 @@ if [[ -z ${_OUT_OF_SOURCE_UTILS_ECLASS} ]]; then
 _OUT_OF_SOURCE_UTILS_ECLASS=1
 
 case ${EAPI} in
-       7|8) ;;
+       7|8|9) ;;
        *) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
 esac
 

Reply via email to