diff options
author | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:40 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-07-17 20:16:40 +0200 |
commit | 6e2af2dffbf9574333bdfbd6ad8e3a9555a04a5e (patch) | |
tree | 1b88d447e80a68d707ae0822e3cb681ca79309fe /net-mail/fetchmail/fetchmail-6.4.16.ebuild | |
parent | net-libs/libsearpc: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP (diff) | |
download | gentoo-6e2af2dffbf9574333bdfbd6ad8e3a9555a04a5e.tar.gz gentoo-6e2af2dffbf9574333bdfbd6ad8e3a9555a04a5e.tar.bz2 gentoo-6e2af2dffbf9574333bdfbd6ad8e3a9555a04a5e.zip |
net-mail/fetchmail: PYTHON_MULTI_USEDEP -> PYTHON_USEDEP
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'net-mail/fetchmail/fetchmail-6.4.16.ebuild')
-rw-r--r-- | net-mail/fetchmail/fetchmail-6.4.16.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-mail/fetchmail/fetchmail-6.4.16.ebuild b/net-mail/fetchmail/fetchmail-6.4.16.ebuild index f39826489a82..9a15f59666e2 100644 --- a/net-mail/fetchmail/fetchmail-6.4.16.ebuild +++ b/net-mail/fetchmail/fetchmail-6.4.16.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9} ) PYTHON_REQ_USE="tk" inherit autotools python-single-r1 systemd tmpfiles toolchain-funcs @@ -32,7 +32,7 @@ RDEPEND="acct-user/fetchmail tk? ( ${PYTHON_DEPS} $(python_gen_cond_dep ' - dev-python/future[${PYTHON_MULTI_USEDEP}] + dev-python/future[${PYTHON_USEDEP}] ') )" DEPEND="${RDEPEND} |