From: Craig Andrews Date: Sun, 13 Oct 2019 19:43:20 +0000 (-0400) Subject: dev-libs/libcec: Python 3.7 compatibility X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=d5662ab17bc163d424c5761d529cec67d48d575e;p=gentoo.git dev-libs/libcec: Python 3.7 compatibility Closes: https://bugs.gentoo.org/697652 Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Craig Andrews Closes: https://github.com/gentoo/gentoo/pull/13279 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 949084865bd2..3b6b60f5de21 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{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) MY_PV=${PV/_p/-} MY_P=${PN}-${MY_PV}