commit: 23f5a53548f46444ddc51a21b4aea37ef2e57eff
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 26 05:11:49 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri Feb 26 05:11:49 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23f5a535
dev-libs/libinput: Add Python 3.9 compat
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-libs/libinput/libinput-1.17.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-libs/libinput/libinput-1.17.0.ebuild
b/dev-libs/libinput/libinput-1.17.0.ebuild
index 39445a53f44..610b570961f 100644
--- a/dev-libs/libinput/libinput-1.17.0.ebuild
+++ b/dev-libs/libinput/libinput-1.17.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
inherit meson python-any-r1 udev