summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKostadin Shishmanov <kocelfc@tutanota.com>2024-04-23 21:47:39 +0300
committerMatt Turner <mattst88@gentoo.org>2024-04-23 16:15:45 -0400
commit97366cf152c665e5646bc6aa81ead2f2a14f70c6 (patch)
treec17d7552b16adfd3c5e7ba9ba1e88da1330888a1 /dev-libs/libevdev
parentapp-editors/emacs: Fix build with mksh, fix for autoconf-2.72 (diff)
downloadgentoo-97366cf152c665e5646bc6aa81ead2f2a14f70c6.tar.gz
gentoo-97366cf152c665e5646bc6aa81ead2f2a14f70c6.tar.bz2
gentoo-97366cf152c665e5646bc6aa81ead2f2a14f70c6.zip
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>
Diffstat (limited to 'dev-libs/libevdev')
-rw-r--r--dev-libs/libevdev/libevdev-1.13.1-r1.ebuild (renamed from dev-libs/libevdev/libevdev-1.13.1.ebuild)2
-rw-r--r--dev-libs/libevdev/libevdev-9999.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-libs/libevdev/libevdev-1.13.1.ebuild b/dev-libs/libevdev/libevdev-1.13.1-r1.ebuild
index 7178ce1649e7..300b0dba54e8 100644
--- a/dev-libs/libevdev/libevdev-1.13.1.ebuild
+++ b/dev-libs/libevdev/libevdev-1.13.1-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit meson-multilib python-any-r1
diff --git a/dev-libs/libevdev/libevdev-9999.ebuild b/dev-libs/libevdev/libevdev-9999.ebuild
index 86afaef46cd2..5016bca432b7 100644
--- a/dev-libs/libevdev/libevdev-9999.ebuild
+++ b/dev-libs/libevdev/libevdev-9999.ebuild
@@ -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