commit:     67a2ed55b4cf453de271cf8beaf78f64c697b988
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 22 12:33:19 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan 22 12:33:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67a2ed55

out-of-source.eclass: enable EAPI 8

Signed-off-by: David Seifert <soap <AT> gentoo.org>

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

diff --git a/eclass/out-of-source.eclass b/eclass/out-of-source.eclass
index bbac555a7f88..61b7c492c962 100644
--- a/eclass/out-of-source.eclass
+++ b/eclass/out-of-source.eclass
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: out-of-source.eclass
 # @MAINTAINER:
 # Michał Górny <mgo...@gentoo.org>
-# @SUPPORTED_EAPIS: 6 7
+# @SUPPORTED_EAPIS: 6 7 8
 # @BLURB: convenient wrapper to build autotools packages out-of-source
 # @DESCRIPTION:
 # This eclass provides a minimalistic wrapper interface to easily
@@ -33,7 +33,7 @@
 # @CODE
 
 case ${EAPI} in
-       6|7);;
+       6|7|8);;
        *) die "EAPI ${EAPI:-0} unsupported (too old)";;
 esac
 

Reply via email to