From: Zac Medico Date: Wed, 12 Feb 2020 21:54:31 +0000 (-0800) Subject: dev-python/objgraph: PYTHON_COMPAT+=(python3_8) X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b99080c18d19c594a3766ec195456c75fe1ded28;p=gentoo.git dev-python/objgraph: PYTHON_COMPAT+=(python3_8) Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Zac Medico --- diff --git a/dev-python/objgraph/objgraph-3.4.0.ebuild b/dev-python/objgraph/objgraph-3.4.0.ebuild index ce1394a85973..ac968d18225d 100644 --- a/dev-python/objgraph/objgraph-3.4.0.ebuild +++ b/dev-python/objgraph/objgraph-3.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit distutils-r1