From d51649d2bb1ead93be6024630c3cabf6676d470a Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Mon, 9 Jul 2018 03:35:13 +0200 Subject: [PATCH] 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 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 -- 2.26.2