diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-05-24 01:53:09 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-05-24 01:54:29 -0700 |
commit | 398d1f4912161f5250960083af3f839b840e30e0 (patch) | |
tree | a6cfd36aa01ad81e2dec3234e24b7003941321e6 /eclass/rust-toolchain.eclass | |
parent | dev-libs/libressl: fix compilation on non-glibc systems (diff) | |
download | gentoo-398d1f4912161f5250960083af3f839b840e30e0.tar.gz gentoo-398d1f4912161f5250960083af3f839b840e30e0.tar.bz2 gentoo-398d1f4912161f5250960083af3f839b840e30e0.zip |
eclass/rust-toolchain.eclass: update @SUPPORTED_EAPIS
it actually supports 7, just was omitted from SUPPORTED_EAPIS
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'eclass/rust-toolchain.eclass')
-rw-r--r-- | eclass/rust-toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/rust-toolchain.eclass b/eclass/rust-toolchain.eclass index f3b7ab9a568c..6a559842f07f 100644 --- a/eclass/rust-toolchain.eclass +++ b/eclass/rust-toolchain.eclass @@ -4,7 +4,7 @@ # @ECLASS: rust-toolchain.eclass # @MAINTAINER: # Rust Project <rust@gentoo.org> -# @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 |