commit: 145a5c1d8767951b14dbd529b5a6495d05b63539
Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 21 21:34:25 2023 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Tue Feb 21 21:35:11 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=145a5c1d
sci-geosciences/GeographicLib: enable python 3.11
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
.../{GeographicLib-1.52-r1.ebuild => GeographicLib-1.52-r2.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sci-geosciences/GeographicLib/GeographicLib-1.52-r1.ebuild
b/sci-geosciences/GeographicLib/GeographicLib-1.52-r2.ebuild
similarity index 98%
rename from sci-geosciences/GeographicLib/GeographicLib-1.52-r1.ebuild
rename to 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