diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:42 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:42 +0200 |
commit | 651a0fd87e63ee3f4eb1a5b549bc1f67593e4684 (patch) | |
tree | bf741a595e28e3bd0139e56a0af9e4855ec2c728 /net-misc/seafile | |
parent | net-misc/connman-notify: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-651a0fd87e63ee3f4eb1a5b549bc1f67593e4684.tar.gz gentoo-651a0fd87e63ee3f4eb1a5b549bc1f67593e4684.tar.bz2 gentoo-651a0fd87e63ee3f4eb1a5b549bc1f67593e4684.zip |
net-misc/seafile: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
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 |