summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-07-30 03:30:51 +0100
committerSam James <sam@gentoo.org>2022-07-30 03:30:51 +0100
commitf6c4af5a0db4ded231391bb84320f83df7e10f58 (patch)
tree9d03c804f4f19a3522011b4b57953badc64ffdd8 /dev-libs/libevdev/libevdev-9999.ebuild
parentdev-libs/jsoncpp: enable Python 3.11 (diff)
downloadgentoo-f6c4af5a0db4ded231391bb84320f83df7e10f58.tar.gz
gentoo-f6c4af5a0db4ded231391bb84320f83df7e10f58.tar.bz2
gentoo-f6c4af5a0db4ded231391bb84320f83df7e10f58.zip
dev-libs/libevdev: enable Python 3.11
Closes: https://bugs.gentoo.org/862163 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/libevdev/libevdev-9999.ebuild')
-rw-r--r--dev-libs/libevdev/libevdev-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/libevdev/libevdev-9999.ebuild b/dev-libs/libevdev/libevdev-9999.ebuild
index a5a5af24e1b8..3ebcd5465269 100644
--- a/dev-libs/libevdev/libevdev-9999.ebuild
+++ b/dev-libs/libevdev/libevdev-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit meson-multilib python-any-r1