mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
x11-misc/xkeyboard-config: Remove Python 3.10 compatibility
Closes: https://bugs.gentoo.org/933984 Signed-off-by: Matt Turner <mattst88@gentoo.org>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
inherit meson python-any-r1
|
||||
|
||||
DESCRIPTION="X keyboard configuration database"
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
inherit meson python-any-r1
|
||||
|
||||
DESCRIPTION="X keyboard configuration database"
|
||||
|
||||
Reference in New Issue
Block a user