dev-python/os-traits: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 17:38:09 +0000 (19:38 +0200)
committerPacho Ramos <pacho@gentoo.org>
Tue, 26 Jun 2018 17:42:55 +0000 (19:42 +0200)
Package-Manager: Portage-2.3.40, Repoman-2.3.9

dev-python/os-traits/os-traits-0.5.0.ebuild

index da6982e6822352326df9fb1ede17bce203536f59..625f225d1de9d2c51800b6f7eb668f5d1fa3dd6f 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 python3_5 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1