commit: 59fd4bd95422b82f0996ac7cd9a088e8fb5c636f
Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 9 15:26:15 2018 +0000
Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Jan 9 15:28:17 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59fd4bd9
dev-python/pysmi: Add python 3.6 support.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
dev-python/pysmi/pysmi-0.1.3.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/pysmi/pysmi-0.1.3.ebuild
b/dev-python/pysmi/pysmi-0.1.3.ebuild
index 6fa611d7e85..e02d75e9250 100644
--- a/dev-python/pysmi/pysmi-0.1.3.ebuild
+++ b/dev-python/pysmi/pysmi-0.1.3.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 2017-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4,3_5} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit distutils-r1
DESCRIPTION="Python Lex & Yacc"