commit: 4b3f7ff2354f9c061a4f4f497ec5b6ffda0687b3
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 19 08:42:06 2018 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 19 08:46:50 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b3f7ff2
dev-python/et_xmlfile: Tested on py3.7
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
index 0e82eb214a0..314e0b88870 100644
--- a/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
+++ b/dev-python/et_xmlfile/et_xmlfile-1.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
+PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} )
inherit distutils-r1