commit: 6d6bcf1c922e9b6c55580fdde0c81b3177fd7fee
Author: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 20:08:53 2017 +0000
Commit: Brian Dolbec <dolsen <AT> gentoo <DOT> org>
CommitDate: Tue May 16 02:07:12 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d6bcf1c
dev-python/txgithub: Add python3_{4,5,6}
dev-python/txgithub/txgithub-15.0.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
index 5378894c82f..f036c3f7532 100644
--- a/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
+++ b/dev-python/txgithub/txgithub-15.0.0-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=6
-PYTHON_COMPAT=( python2_7 )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6})
inherit eutils distutils-r1