dev-libs/libcec: Python 3.8 compatibility
authorCraig Andrews <candrews@gentoo.org>
Sat, 18 Apr 2020 17:37:26 +0000 (13:37 -0400)
committerCraig Andrews <candrews@gentoo.org>
Sat, 18 Apr 2020 17:55:15 +0000 (13:55 -0400)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
dev-libs/libcec/libcec-4.0.4-r1.ebuild

index c07d3a0f291f089066f2442c0a09da472a0415a1..0792ea9e3cb5e4583e09f41594d4d672c7798916 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7,3_8} )
 MY_PV=${PV/_p/-}
 MY_P=${PN}-${MY_PV}