dev-util/dwarves: support newer python
authorJason A. Donenfeld <zx2c4@gentoo.org>
Thu, 7 May 2020 09:35:30 +0000 (03:35 -0600)
committerJason A. Donenfeld <zx2c4@gentoo.org>
Thu, 7 May 2020 09:36:01 +0000 (03:36 -0600)
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 <zx2c4@gentoo.org>
dev-util/dwarves/dwarves-1.17.ebuild

index 0f8e99442d3d9003e240ac03964daf91a0c99ee9..900e391c2b621ec3a5eab02590590a3622920024 100644 (file)
@@ -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"