From: Craig Andrews Date: Fri, 17 Apr 2020 23:13:28 +0000 (-0400) Subject: media-libs/alsa-lib: Python 3.8 compatibility X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=56eca011c12c6e9fe4d36f2661b647a06417355c;p=gentoo.git media-libs/alsa-lib: Python 3.8 compatibility Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Craig Andrews --- diff --git a/media-libs/alsa-lib/alsa-lib-1.2.2.ebuild b/media-libs/alsa-lib/alsa-lib-1.2.2.ebuild index 498d94a753d8..19216bb87366 100644 --- a/media-libs/alsa-lib/alsa-lib-1.2.2.ebuild +++ b/media-libs/alsa-lib/alsa-lib-1.2.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python{2_7,3_{6,7,8}} ) inherit autotools multilib multilib-minimal python-single-r1