diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-07-26 10:20:03 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-07-26 10:20:32 +0300 |
commit | f68222921fc809cedc8b4b65d5b577546896a2b9 (patch) | |
tree | d594d09229fce7c6703d9a04b2e24d861b69a77e /net-misc/seafile | |
parent | net-misc/seafile-client: version bump to 9.0.3 (diff) | |
download | gentoo-f68222921fc809cedc8b4b65d5b577546896a2b9.tar.gz gentoo-f68222921fc809cedc8b4b65d5b577546896a2b9.tar.bz2 gentoo-f68222921fc809cedc8b4b65d5b577546896a2b9.zip |
net-misc/seafile: disable py3.9
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'net-misc/seafile')
-rw-r--r-- | net-misc/seafile/seafile-9.0.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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" |