commit: 080474e89932363e711b3a0099294f05f299c6a6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 17 16:14:41 2017 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 17 16:22:46 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=080474e8
dev-python/minimock: Tested on py3.5&3.6
dev-python/minimock/minimock-1.2.8-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/minimock/minimock-1.2.8-r1.ebuild
b/dev-python/minimock/minimock-1.2.8-r1.ebuild
index d17b05dcf3e..e35d075291c 100644
--- a/dev-python/minimock/minimock-1.2.8-r1.ebuild
+++ b/dev-python/minimock/minimock-1.2.8-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_{4,5,6}} )
inherit distutils-r1