diff options
Diffstat (limited to 'net-misc/seafile')
-rw-r--r-- | net-misc/seafile/seafile-8.0.1.ebuild | 4 | ||||
-rw-r--r-- | net-misc/seafile/seafile-8.0.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-misc/seafile/seafile-8.0.1.ebuild b/net-misc/seafile/seafile-8.0.1.ebuild index e38abffbafcf..891aaaa47dd8 100644 --- a/net-misc/seafile/seafile-8.0.1.ebuild +++ b/net-misc/seafile/seafile-8.0.1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{7,8,9}) +PYTHON_COMPAT=(python3_{8,9}) WANT_AUTOMAKE=1.16 @@ -20,7 +20,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/future[${PYTHON_MULTI_USEDEP}] + dev-python/future[${PYTHON_USEDEP}] ') dev-libs/openssl:= dev-db/sqlite:3 diff --git a/net-misc/seafile/seafile-8.0.2.ebuild b/net-misc/seafile/seafile-8.0.2.ebuild index 24c749f0b911..04c6660122f2 100644 --- a/net-misc/seafile/seafile-8.0.2.ebuild +++ b/net-misc/seafile/seafile-8.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=(python3_{7,8,9}) +PYTHON_COMPAT=(python3_{8,9}) WANT_AUTOMAKE=1.16 @@ -22,7 +22,7 @@ REQUIRED_USE="${PYTHON_REQUIRED_USE}" RDEPEND="${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/future[${PYTHON_MULTI_USEDEP}] + dev-python/future[${PYTHON_USEDEP}] ') dev-libs/openssl:= dev-db/sqlite:3 |