From: John Helmert III Date: Fri, 1 May 2020 00:41:27 +0000 (-0500) Subject: dev-python/expects: Add python3_8 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=2dfc29062d4bc5eed253103ab9dd97605b0da20b;p=gentoo.git dev-python/expects: Add python3_8 Signed-off-by: John Helmert III Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Joonas Niilola --- diff --git a/dev-python/expects/expects-0.8.0-r1.ebuild b/dev-python/expects/expects-0.8.0-r1.ebuild index 38da7ebeb794..b046ef40afa0 100644 --- a/dev-python/expects/expects-0.8.0-r1.ebuild +++ b/dev-python/expects/expects-0.8.0-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) + +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1