diff options
author | Brian Dolbec <dolsen@gentoo.org> | 2017-03-28 15:23:04 -0700 |
---|---|---|
committer | Brian Dolbec <dolsen@gentoo.org> | 2017-03-28 18:43:05 -0700 |
commit | f8af193293783964580d5d82071ed1e45c7a2fff (patch) | |
tree | ab13b17349347bed45c288d70538b28ec07192e4 /dev-python | |
parent | dev-python/zope-interface: Update setuptools dep (diff) | |
download | gentoo-f8af193293783964580d5d82071ed1e45c7a2fff.tar.gz gentoo-f8af193293783964580d5d82071ed1e45c7a2fff.tar.bz2 gentoo-f8af193293783964580d5d82071ed1e45c7a2fff.zip |
dev-python/incremental: Add python-3.6 to PYTHON_COMPAT
Package-Manager: Portage-2.3.5, Repoman-2.3.2_p30
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/incremental/incremental-16.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/incremental/incremental-16.10.1.ebuild b/dev-python/incremental/incremental-16.10.1.ebuild index 4aaa8f52e4f1..07dbe7021fe1 100644 --- a/dev-python/incremental/incremental-16.10.1.ebuild +++ b/dev-python/incremental/incremental-16.10.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy) inherit distutils-r1 |