summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2024-07-30 21:34:45 +0200
committerPacho Ramos <pacho@gentoo.org>2024-07-30 23:11:50 +0200
commit0844011c0effe66897103b940bda20177cce3d90 (patch)
tree08817d5bec782e3ecea1bea0b44ef8804625f138 /net-wireless
parentnet-wireless/liblms7002m: support py3.12 (diff)
downloadgentoo-0844011c0effe66897103b940bda20177cce3d90.tar.gz
gentoo-0844011c0effe66897103b940bda20177cce3d90.tar.bz2
gentoo-0844011c0effe66897103b940bda20177cce3d90.zip
net-wireless/liblms7002m: sync live ebuild
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r--net-wireless/liblms7002m/liblms7002m-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/liblms7002m/liblms7002m-9999.ebuild b/net-wireless/liblms7002m/liblms7002m-9999.ebuild
index 372c55ad3fc9..adae3d551d18 100644
--- a/net-wireless/liblms7002m/liblms7002m-9999.ebuild
+++ b/net-wireless/liblms7002m/liblms7002m-9999.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit cmake python-any-r1
DESCRIPTION="Compact LMS7002M library suitable for resource-limited MCUs"