summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2017-05-28 12:11:46 +0200
committerPacho Ramos <pacho@gentoo.org>2017-05-28 12:17:26 +0200
commit2636cbbeebc30362ee9f0be02858c706fb0d26c2 (patch)
tree24d0b68ba148a07c335e5fc23bde9208b1d70527
parentdev-python/mergedict: Support newer python (diff)
downloadgentoo-2636cbbeebc30362ee9f0be02858c706fb0d26c2.tar.gz
gentoo-2636cbbeebc30362ee9f0be02858c706fb0d26c2.tar.bz2
gentoo-2636cbbeebc30362ee9f0be02858c706fb0d26c2.zip
dev-python/configclass: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
-rw-r--r--dev-python/configclass/configclass-0.1.0.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/configclass/configclass-0.1.0.ebuild b/dev-python/configclass/configclass-0.1.0.ebuild
index e269a95967ee..39a78be31751 100644
--- a/dev-python/configclass/configclass-0.1.0.ebuild
+++ b/dev-python/configclass/configclass-0.1.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} pypy )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
inherit distutils-r1