diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 16:53:46 +0200 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-05-15 17:11:17 +0200 |
commit | 38c1015bedba16219ce605e2a3fb4bb29d3f0dbf (patch) | |
tree | ef63ac35e86a3e4d8fda4e6fe5444ef469f231b9 /dev-python/characteristic | |
parent | dev-python/os-brick: cleanup (diff) | |
download | gentoo-38c1015bedba16219ce605e2a3fb4bb29d3f0dbf.tar.gz gentoo-38c1015bedba16219ce605e2a3fb4bb29d3f0dbf.tar.bz2 gentoo-38c1015bedba16219ce605e2a3fb4bb29d3f0dbf.zip |
dev-python/characteristic: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-python/characteristic')
-rw-r--r-- | dev-python/characteristic/characteristic-14.3.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/characteristic/characteristic-14.3.0-r1.ebuild b/dev-python/characteristic/characteristic-14.3.0-r1.ebuild index 5ef4bb1c07f1..e0f24b01e2eb 100644 --- a/dev-python/characteristic/characteristic-14.3.0-r1.ebuild +++ b/dev-python/characteristic/characteristic-14.3.0-r1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 |