diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-09 22:55:49 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2019-04-10 00:07:48 -0500 |
commit | b0d69ecb6a99f4407545bf839a67c87e0e2ea569 (patch) | |
tree | 7c988b2d65c6610a16c9b20e1125ce3be63d37cc /dev-python/rpy | |
parent | dev-python/rpy: 2.9.0 add py37 support (diff) | |
download | gentoo-b0d69ecb6a99f4407545bf839a67c87e0e2ea569.tar.gz gentoo-b0d69ecb6a99f4407545bf839a67c87e0e2ea569.tar.bz2 gentoo-b0d69ecb6a99f4407545bf839a67c87e0e2ea569.zip |
dev-python/rpy: add py37 support to 2.6.2
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'dev-python/rpy')
-rw-r--r-- | dev-python/rpy/rpy-2.6.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/rpy/rpy-2.6.2.ebuild b/dev-python/rpy/rpy-2.6.2.ebuild index fd21854dc537..d4ef49186f05 100644 --- a/dev-python/rpy/rpy-2.6.2.ebuild +++ b/dev-python/rpy/rpy-2.6.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) PYTHON_REQ_USE="sqlite" inherit distutils-r1 flag-o-matic |