Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Tue, 23 Aug 2022 18:34:30
Message-Id: 1661279653.07fd9cde32eb83dd60c1b69a34dbacf114b5271e.sam@gentoo
1 commit: 07fd9cde32eb83dd60c1b69a34dbacf114b5271e
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 23 18:27:38 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 23 18:34:13 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07fd9cde
7
8 net-mail/notmuch: fix Sphinx dep
9
10 python_check_deps doesn't do anything w/ distutils-r1,
11 so we settle for the slight over-dep (note that
12 the configure script imports, so we need the [${PYTHON_USEDEP}])
13
14 Bug: https://bugs.gentoo.org/856628
15 Closes: https://bugs.gentoo.org/866117
16 Fixes: 8e4a0100e36949f4c4887f00f7dd438dd5a1be75
17 Signed-off-by: Sam James <sam <AT> gentoo.org>
18
19 net-mail/notmuch/notmuch-0.34.2-r1.ebuild | 6 +-----
20 1 file changed, 1 insertion(+), 5 deletions(-)
21
22 diff --git a/net-mail/notmuch/notmuch-0.34.2-r1.ebuild b/net-mail/notmuch/notmuch-0.34.2-r1.ebuild
23 index f375e69ff53c..193f0ad1d26f 100644
24 --- a/net-mail/notmuch/notmuch-0.34.2-r1.ebuild
25 +++ b/net-mail/notmuch/notmuch-0.34.2-r1.ebuild
26 @@ -36,7 +36,7 @@ BDEPEND="
27 dev-lang/perl
28 )
29 doc? (
30 - $(python_gen_any_dep 'dev-python/sphinx[${PYTHON_USEDEP}]')
31 + dev-python/sphinx[${PYTHON_USEDEP}]
32 sys-apps/texinfo
33 )
34 python? (
35 @@ -93,10 +93,6 @@ RDEPEND="${COMMON_DEPEND}
36
37 SITEFILE="50${PN}-gentoo.el"
38
39 -python_check_deps() {
40 - python_has_version "dev-python/sphinx[${PYTHON_USEDEP}]"
41 -}
42 -
43 pkg_setup() {
44 use emacs && elisp-check-emacs-version
45 }