commit: 38c1015bedba16219ce605e2a3fb4bb29d3f0dbf
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 14:53:46 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Mon May 15 15:11:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38c1015b
dev-python/characteristic: Add python3_6
Package-Manager: Portage-2.3.5, Repoman-2.3.2
dev-python/characteristic/characteristic-14.3.0-r1.ebuild | 4 ++--
1 file 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 5ef4bb1c07f..e0f24b01e2e 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