commit: 56bba81be864e2d0d3a9cde2f78e9d0d383bcf1c
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun May 28 10:48:30 2017 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun May 28 10:48:30 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56bba81b
dev-vcs/git-imerge: Support newer python
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-vcs/git-imerge/git-imerge-1.0.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild
b/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild
index cd805b4ba98..249da409f76 100644
--- a/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild
+++ b/dev-vcs/git-imerge/git-imerge-1.0.0.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python2_7 python3_4 )
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
inherit bash-completion-r1 python-r1