commit: 99ed95875e486afa71f260c623a680e4aed1c2ee
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 26 22:26:54 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan 26 22:35:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99ed9587
virtual/python-enum34: Enable python3.6
virtual/python-enum34/python-enum34-1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/virtual/python-enum34/python-enum34-1.ebuild
b/virtual/python-enum34/python-enum34-1.ebuild
index 0df1403..2821c62 100644
--- a/virtual/python-enum34/python-enum34-1.ebuild
+++ b/virtual/python-enum34/python-enum34-1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy pypy3 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 )
inherit python-r1