summaryrefslogtreecommitdiff
path: root/dev-util
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-07-12 16:24:05 +0200
committerPacho Ramos <pacho@gentoo.org>2017-07-12 16:42:44 +0200
commitc6995fdaba09d06adcb14f4b24d2c942847cf560 (patch)
tree7273707db100a0bc63df357edcf88646ad19e93f /dev-util
parent421f34a4f9bfd2618bf67dc0c88b99b239a93f4c (diff)
downloadgentoo-c6995fdaba09d06adcb14f4b24d2c942847cf560.tar.gz
gentoo-c6995fdaba09d06adcb14f4b24d2c942847cf560.tar.xz
dev-util/setconf: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/setconf/setconf-0.6.7.ebuild2
1 files changed, 1 insertions, 1 deletions
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"