Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/
Date: Tue, 21 Dec 2021 04:20:02
Message-Id: 1640060386.6bce6b664fa170f0069c1ccae90934c9ec201eb4.gyakovlev@gentoo
1 commit: 6bce6b664fa170f0069c1ccae90934c9ec201eb4
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 21 04:19:31 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 21 04:19:46 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bce6b66
7
8 net-mail/notmuch: enable py3.10
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 net-mail/notmuch/notmuch-0.32.2-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/net-mail/notmuch/notmuch-0.32.2-r1.ebuild b/net-mail/notmuch/notmuch-0.32.2-r1.ebuild
16 index ba302f77adb9..d99d63cef1d2 100644
17 --- a/net-mail/notmuch/notmuch-0.32.2-r1.ebuild
18 +++ b/net-mail/notmuch/notmuch-0.32.2-r1.ebuild
19 @@ -6,7 +6,7 @@ EAPI=7
20 DISTUTILS_OPTIONAL=1
21 DISTUTILS_USE_SETUPTOOLS=manual
22 NEED_EMACS="24.1"
23 -PYTHON_COMPAT=( python3_{7,8,9} pypy3 )
24 +PYTHON_COMPAT=( python3_{7..10} pypy3 )
25
26 inherit bash-completion-r1 desktop distutils-r1 elisp-common flag-o-matic pax-utils toolchain-funcs xdg-utils