Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/
Date: Wed, 02 Feb 2022 04:44:36
Message-Id: 1643777068.16cc207ac49804d70d0aa6a8040ed8a216c61028.candrews@gentoo
1 commit: 16cc207ac49804d70d0aa6a8040ed8a216c61028
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 2 04:43:42 2022 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 2 04:44:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16cc207a
7
8 dev-embedded/libftdi: Python 3.10 compatibility
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 dev-embedded/libftdi/libftdi-1.5-r3.ebuild | 4 ++--
14 dev-embedded/libftdi/libftdi-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
18 index 82a59aae256a..e9ceec3285f5 100644
19 --- a/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
20 +++ b/dev-embedded/libftdi/libftdi-1.5-r3.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -PYTHON_COMPAT=( python3_{8..9} )
29 +PYTHON_COMPAT=( python3_{8..10} )
30 inherit cmake python-single-r1
31
32 MY_P="${PN}1-${PV}"
33
34 diff --git a/dev-embedded/libftdi/libftdi-9999.ebuild b/dev-embedded/libftdi/libftdi-9999.ebuild
35 index 9b1e30890f4a..36487c2e0df9 100644
36 --- a/dev-embedded/libftdi/libftdi-9999.ebuild
37 +++ b/dev-embedded/libftdi/libftdi-9999.ebuild
38 @@ -1,9 +1,9 @@
39 -# Copyright 1999-2021 Gentoo Authors
40 +# Copyright 1999-2022 Gentoo Authors
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=7
44
45 -PYTHON_COMPAT=( python3_{7..9} )
46 +PYTHON_COMPAT=( python3_{7..10} )
47 inherit cmake python-single-r1
48
49 MY_P="${PN}1-${PV}"