diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-02-21 22:34:25 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-02-21 22:35:11 +0100 |
commit | 145a5c1d8767951b14dbd529b5a6495d05b63539 (patch) | |
tree | ffef8edd444e351e92b90156aaf122cef1f6ef1a /sci-geosciences | |
parent | sys-fs/lvm2: add 2.03.19 (diff) | |
download | gentoo-145a5c1d8767951b14dbd529b5a6495d05b63539.tar.gz gentoo-145a5c1d8767951b14dbd529b5a6495d05b63539.tar.bz2 gentoo-145a5c1d8767951b14dbd529b5a6495d05b63539.zip |
sci-geosciences/GeographicLib: enable python 3.11
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/GeographicLib/GeographicLib-1.52-r2.ebuild (renamed from sci-geosciences/GeographicLib/GeographicLib-1.52-r1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/GeographicLib/GeographicLib-1.52-r1.ebuild b/sci-geosciences/GeographicLib/GeographicLib-1.52-r2.ebuild index 6acffe7cf2eb..2443936aaaec 100644 --- a/sci-geosciences/GeographicLib/GeographicLib-1.52-r1.ebuild +++ b/sci-geosciences/GeographicLib/GeographicLib-1.52-r2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..10} ) +PYTHON_COMPAT=( python3_{9..11} ) inherit cmake distutils-r1 |