diff options
author | Craig Andrews <candrews@gentoo.org> | 2022-02-01 23:43:42 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2022-02-01 23:44:28 -0500 |
commit | 16cc207ac49804d70d0aa6a8040ed8a216c61028 (patch) | |
tree | 4ad98ed452bbd65f60de251c47aca1ae90335e0c /dev-embedded | |
parent | app-emulation/qemu: REQUIRED_USE+="vnc? ( gnutls )" (diff) | |
download | gentoo-16cc207ac49804d70d0aa6a8040ed8a216c61028.tar.gz gentoo-16cc207ac49804d70d0aa6a8040ed8a216c61028.tar.bz2 gentoo-16cc207ac49804d70d0aa6a8040ed8a216c61028.zip |
dev-embedded/libftdi: Python 3.10 compatibility
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'dev-embedded')
-rw-r--r-- | dev-embedded/libftdi/libftdi-1.5-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-embedded/libftdi/libftdi-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild index 82a59aae256a..e9ceec3285f5 100644 --- a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild +++ b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit cmake python-single-r1 MY_P="${PN}1-${PV}" diff --git a/dev-embedded/libftdi/libftdi-9999.ebuild b/dev-embedded/libftdi/libftdi-9999.ebuild index 9b1e30890f4a..36487c2e0df9 100644 --- a/dev-embedded/libftdi/libftdi-9999.ebuild +++ b/dev-embedded/libftdi/libftdi-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit cmake python-single-r1 MY_P="${PN}1-${PV}" |