commit: 2636cbbeebc30362ee9f0be02858c706fb0d26c2
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 10:11:46 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 28 10:17:26 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2636cbbe
dev-python/configclass: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-python/configclass/configclass-0.1.0.ebuild | 4 ++--
1 file 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 e269a95967e..39a78be3175 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