From: Louis Sautier Date: Sat, 6 Apr 2019 15:47:33 +0000 (+0200) Subject: dev-python/meld3: add Python 3.7 support X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=33e0b309937b66ea0acec426dc1de7e60e831e42;p=gentoo.git dev-python/meld3: add Python 3.7 support Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Louis Sautier --- diff --git a/dev-python/meld3/meld3-1.0.2-r2.ebuild b/dev-python/meld3/meld3-1.0.2-r2.ebuild index 7fa57a127022..600e0e992385 100644 --- a/dev-python/meld3/meld3-1.0.2-r2.ebuild +++ b/dev-python/meld3/meld3-1.0.2-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6}} ) +PYTHON_COMPAT=( pypy{,3} python{2_7,3_{4,5,6,7}} ) PYTHON_REQ_USE="xml(+)" inherit distutils-r1