dev-libs/libevdev: enable py3.12

Closes: https://bugs.gentoo.org/919907
Closes: https://github.com/gentoo/gentoo/pull/36380
Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
Kostadin Shishmanov
2024-04-23 21:47:39 +03:00
committed by Matt Turner
parent f209f6283f
commit 97366cf152
2 changed files with 3 additions and 3 deletions

View File

@@ -3,7 +3,7 @@
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit meson-multilib python-any-r1

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit meson-multilib python-any-r1