commit: c6995fdaba09d06adcb14f4b24d2c942847cf560
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 12 14:24:05 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 14:42:44 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6995fda
dev-util/setconf: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-util/setconf/setconf-0.6.7.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-util/setconf/setconf-0.6.7.ebuild
b/dev-util/setconf/setconf-0.6.7.ebuild
index b0646c4fed5..1f5e27b579f 100644
--- a/dev-util/setconf/setconf-0.6.7.ebuild
+++ b/dev-util/setconf/setconf-0.6.7.ebuild
@@ -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"