From: Craig Andrews Date: Sat, 18 Apr 2020 17:37:26 +0000 (-0400) Subject: dev-libs/libcec: Python 3.8 compatibility X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b4231cadf2c2143165f9120b3de896d93e779a48;p=gentoo.git dev-libs/libcec: Python 3.8 compatibility Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews --- diff --git a/dev-libs/libcec/libcec-4.0.4-r1.ebuild b/dev-libs/libcec/libcec-4.0.4-r1.ebuild index c07d3a0f291f..0792ea9e3cb5 100644 --- a/dev-libs/libcec/libcec-4.0.4-r1.ebuild +++ b/dev-libs/libcec/libcec-4.0.4-r1.ebuild @@ -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}