From: Andreas Sturmlechner Date: Sat, 27 Apr 2019 13:50:14 +0000 (+0200) Subject: dev-python/iniparse: python3_7 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7be524e96956f8d2a65c714ec75f5a8c113d7fa2;p=gentoo.git dev-python/iniparse: python3_7 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- diff --git a/dev-python/iniparse/iniparse-0.4-r2.ebuild b/dev-python/iniparse/iniparse-0.4-r2.ebuild index 82011f6822b3..f7c8c47a1463 100644 --- a/dev-python/iniparse/iniparse-0.4-r2.ebuild +++ b/dev-python/iniparse/iniparse-0.4-r2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{5,6} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit distutils-r1