commit: 398d1f4912161f5250960083af3f839b840e30e0 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> AuthorDate: Fri May 24 08:53:09 2019 +0000 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org> CommitDate: Fri May 24 08:54:29 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=398d1f49
eclass/rust-toolchain.eclass: update @SUPPORTED_EAPIS it actually supports 7, just was omitted from SUPPORTED_EAPIS Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> eclass/rust-toolchain.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/rust-toolchain.eclass b/eclass/rust-toolchain.eclass index f3b7ab9a568..6a559842f07 100644 --- a/eclass/rust-toolchain.eclass +++ b/eclass/rust-toolchain.eclass @@ -4,7 +4,7 @@ # @ECLASS: rust-toolchain.eclass # @MAINTAINER: # Rust Project <[email protected]> -# @SUPPORTED_EAPIS: 6 +# @SUPPORTED_EAPIS: 6 7 # @BLURB: helps map gentoo arches to rust ABIs # @DESCRIPTION: # This eclass contains a src_unpack default phase function, and
