commit: d51649d2bb1ead93be6024630c3cabf6676d470a Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Jul 9 01:35:13 2018 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Jul 9 01:35:13 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d51649d2
dev-python/translate-toolkit: python3_6 support 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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/translate-toolkit/translate-toolkit-2.0.0.ebuild b/dev-python/translate-toolkit/translate-toolkit-2.0.0.ebuild index 2e794beb9dc..728e09f6394 100644 --- a/dev-python/translate-toolkit/translate-toolkit-2.0.0.ebuild +++ b/dev-python/translate-toolkit/translate-toolkit-2.0.0.ebuild @@ -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
