diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2020-10-06 13:27:39 +0200 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-10-07 01:21:31 -0700 |
commit | de782969fe096adc2ba2a15b8bdf80a474b819ca (patch) | |
tree | fbc331c6c1af77a763eec871dcd30de157543673 /dev-lang/rust | |
parent | media-sound/lilypond: removed obsolete 2.21.4-r1 (diff) | |
download | gentoo-de782969fe096adc2ba2a15b8bdf80a474b819ca.tar.gz gentoo-de782969fe096adc2ba2a15b8bdf80a474b819ca.tar.bz2 gentoo-de782969fe096adc2ba2a15b8bdf80a474b819ca.zip |
dev-lang/rust: python3_9
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/17819
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'dev-lang/rust')
-rw-r--r-- | dev-lang/rust/rust-1.45.2.ebuild | 2 | ||||
-rw-r--r-- | dev-lang/rust/rust-1.46.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-lang/rust/rust-1.45.2.ebuild b/dev-lang/rust/rust-1.45.2.ebuild index 0bc210cd77e7..dbb1d9183f1f 100644 --- a/dev-lang/rust/rust-1.45.2.ebuild +++ b/dev-lang/rust/rust-1.45.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing multilib-build python-any-r1 rust-toolchain toolchain-funcs diff --git a/dev-lang/rust/rust-1.46.0.ebuild b/dev-lang/rust/rust-1.46.0.ebuild index d7b1ee49abc1..270d8c5b5f31 100644 --- a/dev-lang/rust/rust-1.46.0.ebuild +++ b/dev-lang/rust/rust-1.46.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7,8} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit bash-completion-r1 check-reqs estack flag-o-matic llvm multiprocessing multilib-build python-any-r1 rust-toolchain toolchain-funcs |