From: Andreas Sturmlechner Date: Mon, 9 Jul 2018 01:35:13 +0000 (+0200) Subject: dev-python/translate-toolkit: python3_6 support X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=d51649d2bb1ead93be6024630c3cabf6676d470a;p=gentoo.git dev-python/translate-toolkit: python3_6 support Bug: https://bugs.gentoo.org/658136 Package-Manager: Portage-2.3.41, Repoman-2.3.9 --- 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 2e794beb9dc2..728e09f6394c 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