commit: 25151232d442bf339577d2f23c5640bcc3dde443
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 11 09:22:48 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jun 11 09:23:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25151232
net-mail/notmuch: Replace virtual/python-cffi dep
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
net-mail/notmuch/notmuch-0.37-r1.ebuild | 6 ++++--
1 file 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*')
)
"