summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bettler <thomas.bettler@gmail.com>2021-12-17 11:02:13 +0100
committerAndreas K. Hüttel <dilfridge@gentoo.org>2022-03-01 00:17:07 +0100
commit40eae953139d1750676d102aa39e68c4e8b970b9 (patch)
tree25eb8543eb2a98842cb4a24351ff31a217ebfbaa
parentx11-wm/xpra: Don't install service files by patching instead (diff)
downloadgentoo-40eae953139d1750676d102aa39e68c4e8b970b9.tar.gz
gentoo-40eae953139d1750676d102aa39e68c4e8b970b9.tar.bz2
gentoo-40eae953139d1750676d102aa39e68c4e8b970b9.zip
media-libs/lensfun: add python 3.10
Closes: https://bugs.gentoo.org/829423 Closes: https://github.com/gentoo/gentoo/pull/23364 Signed-off-by: Thomas Bettler <thomas.bettler@gmail.com> Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--media-libs/lensfun/lensfun-0.3.2-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
index 1853d83462d2..0cf6eb2b6e13 100644
--- a/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
+++ b/media-libs/lensfun/lensfun-0.3.2-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7,8,9} )
+PYTHON_COMPAT=( python3_{8..10} )
inherit python-single-r1 cmake
DESCRIPTION="Library for rectifying and simulating photographic lens distortions"