commit:     545fb5645d41803ed0b2a5eab55d5db9bb0ec16f
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 17 15:29:54 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=545fb564

multibuild.eclass: Support EAPI 9

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

 eclass/multibuild.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass
index 652a938d5663..cb63fd4d7952 100644
--- a/eclass/multibuild.eclass
+++ b/eclass/multibuild.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: multibuild.eclass
@@ -6,7 +6,7 @@
 # Michał Górny <[email protected]>
 # @AUTHOR:
 # Author: Michał Górny <[email protected]>
-# @SUPPORTED_EAPIS: 7 8
+# @SUPPORTED_EAPIS: 7 8 9
 # @BLURB: A generic eclass for building multiple variants of packages.
 # @DESCRIPTION:
 # The multibuild eclass aims to provide a generic framework for building
@@ -17,7 +17,7 @@ if [[ -z ${_MULTIBUILD_ECLASS} ]]; then
 _MULTIBUILD_ECLASS=1
 
 case ${EAPI} in
-       7|8)
+       7|8|9)
                # backwards compatibility for run_in_build_dir
                inherit out-of-source-utils
                ;;

Reply via email to