summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2021-02-27 14:03:02 -0500
committerMatt Turner <mattst88@gentoo.org>2021-02-27 14:26:10 -0500
commit56d005fbc17d3c509eb2461f3ebe23505fbb133a (patch)
tree4ae56cb7c3badd6782abb9d19b38935c14db7f18 /dev-libs/libinput
parentdev-libs/rccl: fix RDEPND typo (diff)
downloadgentoo-56d005fbc17d3c509eb2461f3ebe23505fbb133a.tar.gz
gentoo-56d005fbc17d3c509eb2461f3ebe23505fbb133a.tar.bz2
gentoo-56d005fbc17d3c509eb2461f3ebe23505fbb133a.zip
dev-libs/libinput: Add Python 3.9 compat
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-libs/libinput')
-rw-r--r--dev-libs/libinput/libinput-1.16.4.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libinput/libinput-1.16.4.ebuild b/dev-libs/libinput/libinput-1.16.4.ebuild
index abcaeae1dc4b..66c9079fcdc3 100644
--- a/dev-libs/libinput/libinput-1.16.4.ebuild
+++ b/dev-libs/libinput/libinput-1.16.4.ebuild
@@ -1,8 +1,8 @@
-# Copyright 2014-2020 Gentoo Authors
+# Copyright 2014-2021 Gentoo Authors
# 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