diff options
author | Georgy Yakovlev <ya@sysdump.net> | 2018-05-18 19:46:53 -0700 |
---|---|---|
committer | Dirkjan Ochtman <djc@gentoo.org> | 2018-05-19 10:06:35 +0200 |
commit | 6fa3e544cdaab551737231f5d91743e32498cb4a (patch) | |
tree | 2db4c1a9c671d4cd54ec16b6245effba94ad0756 /dev-lang | |
parent | net-misc/electrum: version bump to 3.1.3 (diff) | |
download | gentoo-6fa3e544cdaab551737231f5d91743e32498cb4a.tar.gz gentoo-6fa3e544cdaab551737231f5d91743e32498cb4a.tar.bz2 gentoo-6fa3e544cdaab551737231f5d91743e32498cb4a.zip |
dev-lang/rust: add python-3.6 support
Builds fine.
Package-Manager: Portage-2.3.38, Repoman-2.3.9
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/rust/rust-1.26.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/rust/rust-1.26.0.ebuild b/dev-lang/rust/rust-1.26.0.ebuild index db3e0046912e..4593386bba82 100644 --- a/dev-lang/rust/rust-1.26.0.ebuild +++ b/dev-lang/rust/rust-1.26.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_5 ) +PYTHON_COMPAT=( python{2_7,3_5,3_6} ) inherit multiprocessing python-any-r1 versionator toolchain-funcs |