app-i18n/transifex-client: Support python3.6
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 17:14:38 +0000 (19:14 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 17:15:38 +0000 (19:15 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

app-i18n/transifex-client/transifex-client-0.12.4.ebuild

index 49b915494430cc6beedcb073c764ac7e1a1c9bd3..55c65b13fd0cf411ad2273515a29d0e10e12f5a0 100644 (file)
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 
 inherit distutils-r1