dev-python/translate-toolkit: python3_6 support
authorAndreas Sturmlechner <asturm@gentoo.org>
Mon, 9 Jul 2018 01:35:13 +0000 (03:35 +0200)
committerAndreas Sturmlechner <asturm@gentoo.org>
Mon, 9 Jul 2018 01:35:13 +0000 (03:35 +0200)
Bug: https://bugs.gentoo.org/658136
Package-Manager: Portage-2.3.41, Repoman-2.3.9

dev-python/translate-toolkit/translate-toolkit-2.0.0.ebuild

index 2e794beb9dc2d5f51c881e757e352337bf7df77a..728e09f6394c5e4d9861891c6b6eeb19c681c8f9 100644 (file)
@@ -1,11 +1,11 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
 
 MY_PN="${PN/-toolkit}"
 MY_PV="${PV/_beta/b}"
-PYTHON_COMPAT=( python2_7 python3_{4,5} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
 PYTHON_REQ_USE="sqlite"
 
 inherit distutils-r1