commit: f68222921fc809cedc8b4b65d5b577546896a2b9
Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 07:20:03 2023 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 07:20:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6822292
net-misc/seafile: disable py3.9
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
net-misc/seafile/seafile-9.0.3.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net-misc/seafile/seafile-9.0.3.ebuild
b/net-misc/seafile/seafile-9.0.3.ebuild
index 2513976a7a67..12f795caa8dc 100644
--- a/net-misc/seafile/seafile-9.0.3.ebuild
+++ b/net-misc/seafile/seafile-9.0.3.ebuild
@@ -3,7 +3,7 @@
EAPI=8
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
# Upstream is moving tags repeatedly, then we use commit hash.
RELEASE_COMMIT="90a2bc6e30a14ac4c91250da3957330f1051462e"