diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-02-02 15:51:24 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2021-02-02 15:52:15 -0800 |
commit | ffbdf79f21e9acab7374556b51491609d31f1de0 (patch) | |
tree | e27e5489c31258b1c77c8cd59717000032473ee6 /dev-lang/rust | |
parent | dev-lang/rust: bump to 1.49.0 (diff) | |
download | gentoo-ffbdf79f21e9acab7374556b51491609d31f1de0.tar.gz gentoo-ffbdf79f21e9acab7374556b51491609d31f1de0.tar.bz2 gentoo-ffbdf79f21e9acab7374556b51491609d31f1de0.zip |
dev-lang/rust: update python compat and year
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.49.0.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.49.0.ebuild b/dev-lang/rust/rust-1.49.0.ebuild index a1608e5ceeab..776c4276d3a8 100644 --- a/dev-lang/rust/rust-1.49.0.ebuild +++ b/dev-lang/rust/rust-1.49.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6..9} ) +PYTHON_COMPAT=( python3_{7..9} ) inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing multilib-build python-any-r1 rust-toolchain toolchain-funcs |