diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:24:05 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-07-12 16:42:44 +0200 |
commit | c6995fdaba09d06adcb14f4b24d2c942847cf560 (patch) | |
tree | 7273707db100a0bc63df357edcf88646ad19e93f /dev-util | |
parent | dev-vcs/git-spindle: Support newer python (diff) | |
download | gentoo-c6995fdaba09d06adcb14f4b24d2c942847cf560.tar.gz gentoo-c6995fdaba09d06adcb14f4b24d2c942847cf560.tar.bz2 gentoo-c6995fdaba09d06adcb14f4b24d2c942847cf560.zip |
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.ebuild | 2 |
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 b0646c4fed59..1f5e27b579f0 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" |