diff options
author | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 21:34:30 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2024-07-30 23:11:50 +0200 |
commit | 6802872eb8bd7e1db5b0a4cabc0d039c876e441b (patch) | |
tree | 6cf51f6f5dc088de3a53a16b7e76a586131b5168 /net-wireless | |
parent | net-news/canto-daemon: enable py3.12 (diff) | |
download | gentoo-6802872eb8bd7e1db5b0a4cabc0d039c876e441b.tar.gz gentoo-6802872eb8bd7e1db5b0a4cabc0d039c876e441b.tar.bz2 gentoo-6802872eb8bd7e1db5b0a4cabc0d039c876e441b.zip |
net-wireless/liblms7002m: support py3.12
Closes: https://bugs.gentoo.org/929746
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-wireless')
-rw-r--r-- | net-wireless/liblms7002m/liblms7002m-0.0_p20200518-r1.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-wireless/liblms7002m/liblms7002m-0.0_p20200518-r1.ebuild b/net-wireless/liblms7002m/liblms7002m-0.0_p20200518-r1.ebuild index 372c55ad3fc9..adae3d551d18 100644 --- a/net-wireless/liblms7002m/liblms7002m-0.0_p20200518-r1.ebuild +++ b/net-wireless/liblms7002m/liblms7002m-0.0_p20200518-r1.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" |