From 67a2ed55b4cf453de271cf8beaf78f64c697b988 Mon Sep 17 00:00:00 2001 From: David Seifert Date: Sat, 22 Jan 2022 13:33:19 +0100 Subject: out-of-source.eclass: enable EAPI 8 Signed-off-by: David Seifert --- eclass/out-of-source.eclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'eclass/out-of-source.eclass') 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 -# @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 -- cgit v1.2.3-18-g5258