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: Sat, 27 Feb 2021 20:57:57
Message-Id: 1614459469.d4116cf2637e10b8f6f37c3c6dda7935d3b2f30a.sam@gentoo
1 commit: d4116cf2637e10b8f6f37c3c6dda7935d3b2f30a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 27 20:47:56 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 27 20:57:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4116cf2
7
8 net-mail/notmuch: add Python 3.9 to stable
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-mail/notmuch/notmuch-0.30-r1.ebuild | 4 ++--
13 net-mail/notmuch/notmuch-0.31-r2.ebuild | 2 +-
14 net-mail/notmuch/notmuch-0.31.ebuild | 4 ++--
15 3 files changed, 5 insertions(+), 5 deletions(-)
16
17 diff --git a/net-mail/notmuch/notmuch-0.30-r1.ebuild b/net-mail/notmuch/notmuch-0.30-r1.ebuild
18 index 5bc0909030c..2e892bb5e51 100644
19 --- a/net-mail/notmuch/notmuch-0.30-r1.ebuild
20 +++ b/net-mail/notmuch/notmuch-0.30-r1.ebuild
21 @@ -1,11 +1,11 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 DISTUTILS_OPTIONAL=1
29 NEED_EMACS="24.1"
30 -PYTHON_COMPAT=( python3_{7,8} )
31 +PYTHON_COMPAT=( python3_{7,8,9} )
32
33 inherit bash-completion-r1 distutils-r1 elisp-common eutils flag-o-matic \
34 pax-utils toolchain-funcs
35
36 diff --git a/net-mail/notmuch/notmuch-0.31-r2.ebuild b/net-mail/notmuch/notmuch-0.31-r2.ebuild
37 index fc743453f79..cc1c03f51da 100644
38 --- a/net-mail/notmuch/notmuch-0.31-r2.ebuild
39 +++ b/net-mail/notmuch/notmuch-0.31-r2.ebuild
40 @@ -1,4 +1,4 @@
41 -# Copyright 1999-2020 Gentoo Authors
42 +# Copyright 1999-2021 Gentoo Authors
43 # Distributed under the terms of the GNU General Public License v2
44
45 EAPI=7
46
47 diff --git a/net-mail/notmuch/notmuch-0.31.ebuild b/net-mail/notmuch/notmuch-0.31.ebuild
48 index 03f24db64a5..7e7b6616497 100644
49 --- a/net-mail/notmuch/notmuch-0.31.ebuild
50 +++ b/net-mail/notmuch/notmuch-0.31.ebuild
51 @@ -1,11 +1,11 @@
52 -# Copyright 1999-2020 Gentoo Authors
53 +# Copyright 1999-2021 Gentoo Authors
54 # Distributed under the terms of the GNU General Public License v2
55
56 EAPI=7
57
58 DISTUTILS_OPTIONAL=1
59 NEED_EMACS="24.1"
60 -PYTHON_COMPAT=( python3_{7,8} )
61 +PYTHON_COMPAT=( python3_{7,8,9} )
62
63 inherit bash-completion-r1 distutils-r1 elisp-common eutils flag-o-matic \
64 pax-utils toolchain-funcs