From 6daac4235622b88a878fa86e7217491e9172279d Mon Sep 17 00:00:00 2001 From: Georgy Yakovlev Date: Thu, 13 Jan 2022 12:45:27 -0800 Subject: rust-toolchain.eclass: support EAPI=8 Signed-off-by: Georgy Yakovlev --- eclass/rust-toolchain.eclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'eclass/rust-toolchain.eclass') diff --git a/eclass/rust-toolchain.eclass b/eclass/rust-toolchain.eclass index 64caf3a55559..8c783eaf0610 100644 --- a/eclass/rust-toolchain.eclass +++ b/eclass/rust-toolchain.eclass @@ -1,10 +1,10 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # @ECLASS: rust-toolchain.eclass # @MAINTAINER: # Rust Project -# @SUPPORTED_EAPIS: 6 7 +# @SUPPORTED_EAPIS: 6 7 8 # @BLURB: helps map gentoo arches to rust ABIs # @DESCRIPTION: # This eclass contains a src_unpack default phase function, and @@ -14,6 +14,7 @@ case ${EAPI} in 6) : ;; 7) : ;; + 8) : ;; *) die "EAPI=${EAPI:-0} is not supported" ;; esac -- cgit v1.2.3-65-gdbad