From: Pacho Ramos Date: Sat, 14 Sep 2019 22:51:00 +0000 (+0200) Subject: dev-python/defcon: Support python 3.7 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=7a6650b10391bac622ec6a9e1845533b958cdf09;p=gentoo.git dev-python/defcon: Support python 3.7 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Pacho Ramos --- diff --git a/dev-python/defcon/defcon-0.6.0.ebuild b/dev-python/defcon/defcon-0.6.0.ebuild index f39240fd7e46..d30040be8979 100644 --- a/dev-python/defcon/defcon-0.6.0.ebuild +++ b/dev-python/defcon/defcon-0.6.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python3_{6,7} ) inherit distutils-r1 DESCRIPTION="A set of UFO based objects for use in font editing applications"