Signed-off-by: David Seifert <s...@gentoo.org>
---
 eclass/multibuild.eclass | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass
index f15d3327c7dd..98d2c6c3923b 100644
--- a/eclass/multibuild.eclass
+++ b/eclass/multibuild.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: multibuild.eclass
@@ -6,7 +6,7 @@
 # Michał Górny <mgo...@gentoo.org>
 # @AUTHOR:
 # Author: Michał Górny <mgo...@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7 8
+# @SUPPORTED_EAPIS: 7 8
 # @BLURB: A generic eclass for building multiple variants of packages.
 # @DESCRIPTION:
 # The multibuild eclass aims to provide a generic framework for building
@@ -14,7 +14,7 @@
 # implementations).
 
 case ${EAPI} in
-       6|7|8)
+       7|8)
                # backwards compatibility for run_in_build_dir
                inherit out-of-source-utils
                ;;
-- 
2.46.0


Reply via email to