summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-06-11 11:22:48 +0200
committerMichał Górny <mgorny@gentoo.org>2023-06-11 11:23:19 +0200
commit25151232d442bf339577d2f23c5640bcc3dde443 (patch)
tree87d2c569932fe064ea0c90b5ad3ca237802c0948 /net-mail
parentnet-irc/hexchat: Replace virtual/python-cffi dep (diff)
downloadgentoo-25151232d442bf339577d2f23c5640bcc3dde443.tar.gz
gentoo-25151232d442bf339577d2f23c5640bcc3dde443.tar.bz2
gentoo-25151232d442bf339577d2f23c5640bcc3dde443.zip
net-mail/notmuch: Replace virtual/python-cffi dep
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/notmuch/notmuch-0.37-r1.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/net-mail/notmuch/notmuch-0.37-r1.ebuild b/net-mail/notmuch/notmuch-0.37-r1.ebuild
index 91db038408c4..b84ada4a6410 100644
--- a/net-mail/notmuch/notmuch-0.37-r1.ebuild
+++ b/net-mail/notmuch/notmuch-0.37-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_OPTIONAL=1
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..11} pypy3 )
inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils
@@ -57,7 +57,9 @@ COMMON_DEPEND="
emacs? ( >=app-editors/emacs-${NEED_EMACS}:* )
python? (
${PYTHON_DEPS}
- virtual/python-cffi[${PYTHON_USEDEP}]
+ $(python_gen_cond_dep '
+ dev-python/cffi[${PYTHON_USEDEP}]
+ ' 'python*')
)
"