Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-client/claws-mail/
Date: Tue, 25 Feb 2020 11:42:43
Message-Id: 1582630951.84a3bf7527fd7d98a521414141643f1c026e65fd.polynomial-c@gentoo
1 commit: 84a3bf7527fd7d98a521414141643f1c026e65fd
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 25 11:42:07 2020 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 25 11:42:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84a3bf75
7
8 mail-client/claws-mail: Going back to use python2
9
10 the python plugin still isn't python3 ready
11
12 Bug: https://bugs.gentoo.org/710742
13 Package-Manager: Portage-2.3.89, Repoman-2.3.20
14 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
15
16 mail-client/claws-mail/claws-mail-3.17.5.ebuild | 2 +-
17 1 file changed, 1 insertion(+), 1 deletion(-)
18
19 diff --git a/mail-client/claws-mail/claws-mail-3.17.5.ebuild b/mail-client/claws-mail/claws-mail-3.17.5.ebuild
20 index bdd1b7d3a31..7e410960f2d 100644
21 --- a/mail-client/claws-mail/claws-mail-3.17.5.ebuild
22 +++ b/mail-client/claws-mail/claws-mail-3.17.5.ebuild
23 @@ -3,7 +3,7 @@
24
25 EAPI=7
26
27 -PYTHON_COMPAT=( python3_{6,7,8} )
28 +PYTHON_COMPAT=( python2_7 )
29 inherit autotools desktop python-single-r1 xdg
30
31 DESCRIPTION="An email client (and news reader) based on GTK+"