diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-09-19 18:31:26 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2022-09-19 18:31:58 -0700 |
commit | 70c8cc62d1fb977f5c788f319163666370ece33c (patch) | |
tree | e149d81fa5380ca03cf1a68d57593d0433b4944e /dev-util/rustup | |
parent | dev-util/rustup: add 1.25.1 (diff) | |
download | gentoo-70c8cc62d1fb977f5c788f319163666370ece33c.tar.gz gentoo-70c8cc62d1fb977f5c788f319163666370ece33c.tar.bz2 gentoo-70c8cc62d1fb977f5c788f319163666370ece33c.zip |
dev-util/rustup: update EAPI 7 -> 8
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-util/rustup')
-rw-r--r-- | dev-util/rustup/rustup-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/rustup/rustup-9999.ebuild b/dev-util/rustup/rustup-9999.ebuild index 4c042a9473f7..e5921e9dc313 100644 --- a/dev-util/rustup/rustup-9999.ebuild +++ b/dev-util/rustup/rustup-9999.ebuild @@ -1,7 +1,7 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 CRATES=" " |