diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-02-26 00:11:49 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-02-26 00:11:49 -0500 |
commit | 23f5a53548f46444ddc51a21b4aea37ef2e57eff (patch) | |
tree | ec4fb230fb9256ab875c81d3694c29efbf0b8075 /dev-libs/libinput | |
parent | dev-util/vulkan-tools: Drop old versions (diff) | |
download | gentoo-23f5a53548f46444ddc51a21b4aea37ef2e57eff.tar.gz gentoo-23f5a53548f46444ddc51a21b4aea37ef2e57eff.tar.bz2 gentoo-23f5a53548f46444ddc51a21b4aea37ef2e57eff.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.17.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libinput/libinput-1.17.0.ebuild b/dev-libs/libinput/libinput-1.17.0.ebuild index 39445a53f44d..610b570961f9 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 |