commit: f7e1bebcd82db7087d9ee4d2904b95400d422a24
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue Jul 26 15:23:49 2016 +0000
Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
CommitDate: Mon Aug 22 13:44:38 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7e1bebc
dev-python/guessit: add python-3.5 support to 9999
Tested by me against dev-lang/python-3.5.2:3.5/3.5m
Package-Manager: portage-2.3.0
dev-python/guessit/guessit-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/guessit/guessit-9999.ebuild
b/dev-python/guessit/guessit-9999.ebuild
index 896537b..f885402 100644
--- a/dev-python/guessit/guessit-9999.ebuild
+++ b/dev-python/guessit/guessit-9999.ebuild
@@ -4,7 +4,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
inherit distutils-r1 git-r3