commit: 24067cbae7f5092e7acbf913ee3d1a38ded7078d Author: Guillaume Seren <guillaumeseren <AT> gmail <DOT> com> AuthorDate: Wed Dec 4 11:21:13 2019 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Tue Dec 10 17:25:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24067cba
dev-python/pypeg2: Support python-3.7 Closes: https://bugs.gentoo.org/700372 Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Guillaume Seren <guillaumeseren <AT> gmail.com> Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> dev-python/pypeg2/pypeg2-2.15.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild index 94b614dfcfa..a51dfb337e4 100644 --- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild +++ b/dev-python/pypeg2/pypeg2-2.15.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1
