commit: d5662ab17bc163d424c5761d529cec67d48d575e Author: Craig Andrews <candrews <AT> gentoo <DOT> org> AuthorDate: Sun Oct 13 19:43:20 2019 +0000 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org> CommitDate: Tue Oct 15 19:15:38 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5662ab1
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 <candrews <AT> gentoo.org> Closes: https://github.com/gentoo/gentoo/pull/13279 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org> dev-libs/libcec/libcec-4.0.4-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/libcec/libcec-4.0.4-r1.ebuild b/dev-libs/libcec/libcec-4.0.4-r1.ebuild index 949084865bd..3b6b60f5de2 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}
