dev-util/setconf: Support newer python
authorPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:24:05 +0000 (16:24 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 12 Jul 2017 14:42:44 +0000 (16:42 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.2

dev-util/setconf/setconf-0.6.7.ebuild

index b0646c4fed598cba656da327bb12155537acda91..1f5e27b579f0bd5747a17e7de712268048095dd5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
 inherit python-single-r1
 
 DESCRIPTION="A small python based utility used to change configuration files"