diff options
author | Zac Medico <zmedico@gentoo.org> | 2017-03-11 20:50:39 -0800 |
---|---|---|
committer | Zac Medico <zmedico@gentoo.org> | 2017-03-11 20:52:31 -0800 |
commit | c8d3488de5982eaab56ccb7c6340e2ce8ba32b2d (patch) | |
tree | 9eab5b05a84d545a903f6176bbbfa792f2e240f1 /dev-python/path-py | |
parent | sys-apps/busybox: turn off linux-2.4 module support #607548 (diff) | |
download | gentoo-c8d3488de5982eaab56ccb7c6340e2ce8ba32b2d.tar.gz gentoo-c8d3488de5982eaab56ccb7c6340e2ce8ba32b2d.tar.bz2 gentoo-c8d3488de5982eaab56ccb7c6340e2ce8ba32b2d.zip |
dev-python/path-py: Add python3_6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.4, Repoman-2.3.2
Diffstat (limited to 'dev-python/path-py')
-rw-r--r-- | dev-python/path-py/path-py-8.1.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/path-py/path-py-8.1.2.ebuild b/dev-python/path-py/path-py-8.1.2.ebuild index d3b1e8712748..690e776cccb7 100644 --- a/dev-python/path-py/path-py-8.1.2.ebuild +++ b/dev-python/path-py/path-py-8.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |