Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/alot/
Date: Fri, 05 Jul 2019 10:47:44
Message-Id: 1562323647.7ea13061048fd60873c08c57c5858b5f7bef8fb0.mgorny@gentoo
1 commit: 7ea13061048fd60873c08c57c5858b5f7bef8fb0
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 5 10:46:01 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 5 10:47:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea13061
7
8 mail-client/alot: Enable py3.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 mail-client/alot/alot-0.8.1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/mail-client/alot/alot-0.8.1.ebuild b/mail-client/alot/alot-0.8.1.ebuild
16 index 87ddb352ed6..3461bbe6f02 100644
17 --- a/mail-client/alot/alot-0.8.1.ebuild
18 +++ b/mail-client/alot/alot-0.8.1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=7
22
23 -PYTHON_COMPAT=( python3_{5,6} )
24 +PYTHON_COMPAT=( python3_{5,6,7} )
25
26 inherit distutils-r1