Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lensfun/
Date: Mon, 28 Feb 2022 23:17:26
Message-Id: 1646090227.40eae953139d1750676d102aa39e68c4e8b970b9.dilfridge@gentoo
1 commit: 40eae953139d1750676d102aa39e68c4e8b970b9
2 Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
3 AuthorDate: Fri Dec 17 10:02:13 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Feb 28 23:17:07 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40eae953
7
8 media-libs/lensfun: add python 3.10
9
10 Closes: https://bugs.gentoo.org/829423
11 Closes: https://github.com/gentoo/gentoo/pull/23364
12 Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
13 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
14
15 media-libs/lensfun/lensfun-0.3.2-r1.ebuild | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
19 index 1853d83462d2..0cf6eb2b6e13 100644
20 --- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
21 +++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
22 @@ -3,7 +3,7 @@
23
24 EAPI=7
25
26 -PYTHON_COMPAT=( python3_{7,8,9} )
27 +PYTHON_COMPAT=( python3_{8..10} )
28 inherit python-single-r1 cmake
29
30 DESCRIPTION="Library for rectifying and simulating photographic lens distortions"