projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
764183e
)
media-libs/alsa-lib: Python 3.8 compatibility
author
Craig Andrews
<candrews@gentoo.org>
Fri, 17 Apr 2020 23:13:28 +0000
(19:13 -0400)
committer
Craig Andrews
<candrews@gentoo.org>
Fri, 17 Apr 2020 23:13:55 +0000
(19:13 -0400)
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Craig Andrews <candrews@gentoo.org>
media-libs/alsa-lib/alsa-lib-1.2.2.ebuild
patch
|
blob
|
history
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 498d94a753d8b5a1d9f5a017a66c30a2f2401cff..19216bb873667bd291f8b9371ceafc9cacf1a3df 100644
(file)
--- 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