From: Jason A. Donenfeld Date: Thu, 7 May 2020 09:35:30 +0000 (-0600) Subject: dev-util/dwarves: support newer python X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=bfd6088102197f510be937b62017add6e4c61669;p=gentoo.git dev-util/dwarves: support newer python No real changes needed; works out of the box. Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Jason A. Donenfeld --- diff --git a/dev-util/dwarves/dwarves-1.17.ebuild b/dev-util/dwarves/dwarves-1.17.ebuild index 0f8e99442d3d..900e391c2b62 100644 --- a/dev-util/dwarves/dwarves-1.17.ebuild +++ b/dev-util/dwarves/dwarves-1.17.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit multilib cmake-utils python-single-r1 DESCRIPTION="pahole (Poke-a-Hole) and other DWARF2 utilities"