dev-python/fudge: support python 3.7 and 3.8
authorMike Gilbert <floppym@gentoo.org>
Tue, 24 Mar 2020 19:45:21 +0000 (15:45 -0400)
committerMike Gilbert <floppym@gentoo.org>
Tue, 24 Mar 2020 19:45:21 +0000 (15:45 -0400)
Package-Manager: Portage-2.3.92_p3, Repoman-2.3.20_p118
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
dev-python/fudge/fudge-1.1.0.ebuild

index 95bdaf07f19e83b508b8f20c08c813859faec7b5..3d193d0bcdf67f85a4a3de1a8f836d63aaabf2f7 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_6 )
+PYTHON_COMPAT=( python3_{6,7,8} )
 
 inherit distutils-r1