Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/libftdi/
Date: Fri, 29 Apr 2022 19:06:08
Message-Id: 1651259155.71fe5ce874512550f2c7448daefd75322f220cf3.sam@gentoo
1 commit: 71fe5ce874512550f2c7448daefd75322f220cf3
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 29 19:05:55 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 29 19:05:55 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71fe5ce8
7
8 dev-embedded/libftdi: enable py3.10 and disable py3.7
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 dev-embedded/libftdi/libftdi-0.20-r1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/dev-embedded/libftdi/libftdi-0.20-r1.ebuild b/dev-embedded/libftdi/libftdi-0.20-r1.ebuild
16 index ebf844aaa8c5..c12bf68d6ff9 100644
17 --- a/dev-embedded/libftdi/libftdi-0.20-r1.ebuild
18 +++ b/dev-embedded/libftdi/libftdi-0.20-r1.ebuild
19 @@ -1,9 +1,9 @@
20 -# Copyright 1999-2021 Gentoo Authors
21 +# Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 inherit cmake python-single-r1
29
30 if [[ ${PV} == 9999* ]] ; then