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: net-mail/fetchmail/
Date: Thu, 07 May 2020 15:18:03
Message-Id: 1588864309.98835e87945dca0abf62f5e2bc9a8ea8dbbed8fe.mgorny@gentoo
1 commit: 98835e87945dca0abf62f5e2bc9a8ea8dbbed8fe
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:11:49 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 15:11:49 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98835e87
7
8 net-mail/fetchmail: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-mail/fetchmail/fetchmail-6.4.2.ebuild | 2 +-
13 net-mail/fetchmail/fetchmail-6.4.3.ebuild | 2 +-
14 net-mail/fetchmail/fetchmail-6.4.4.ebuild | 2 +-
15 3 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/net-mail/fetchmail/fetchmail-6.4.2.ebuild b/net-mail/fetchmail/fetchmail-6.4.2.ebuild
18 index 68cdd9ef3de..fc325721ef2 100644
19 --- a/net-mail/fetchmail/fetchmail-6.4.2.ebuild
20 +++ b/net-mail/fetchmail/fetchmail-6.4.2.ebuild
21 @@ -3,7 +3,7 @@
22
23 EAPI=7
24
25 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
26 +PYTHON_COMPAT=( python3_{6,7,8} )
27 PYTHON_REQ_USE="tk"
28
29 inherit python-single-r1 systemd toolchain-funcs autotools
30
31 diff --git a/net-mail/fetchmail/fetchmail-6.4.3.ebuild b/net-mail/fetchmail/fetchmail-6.4.3.ebuild
32 index 93531029a5b..0688fb62856 100644
33 --- a/net-mail/fetchmail/fetchmail-6.4.3.ebuild
34 +++ b/net-mail/fetchmail/fetchmail-6.4.3.ebuild
35 @@ -3,7 +3,7 @@
36
37 EAPI=7
38
39 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
40 +PYTHON_COMPAT=( python3_{6,7,8} )
41 PYTHON_REQ_USE="tk"
42
43 inherit python-single-r1 systemd toolchain-funcs autotools
44
45 diff --git a/net-mail/fetchmail/fetchmail-6.4.4.ebuild b/net-mail/fetchmail/fetchmail-6.4.4.ebuild
46 index 93531029a5b..0688fb62856 100644
47 --- a/net-mail/fetchmail/fetchmail-6.4.4.ebuild
48 +++ b/net-mail/fetchmail/fetchmail-6.4.4.ebuild
49 @@ -3,7 +3,7 @@
50
51 EAPI=7
52
53 -PYTHON_COMPAT=( python{2_7,3_{6,7,8}} )
54 +PYTHON_COMPAT=( python3_{6,7,8} )
55 PYTHON_REQ_USE="tk"
56
57 inherit python-single-r1 systemd toolchain-funcs autotools