dev-python/intelhex: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 13:32:33 +0000 (15:32 +0200)
committerPacho Ramos <pacho@gentoo.org>
Sun, 24 Jun 2018 14:22:04 +0000 (16:22 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/intelhex/intelhex-2.0.ebuild

index d442613e6d2c8fd1a6611cca1a2934c2cb27df50..42336e0f330fa4a5b5cf030fbe6571f48d293cae 100644 (file)
@@ -1,9 +1,8 @@
 # Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+EAPI=7
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 
 inherit distutils-r1