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: sys-apps/dstat/
Date: Thu, 07 May 2020 17:58:38
Message-Id: 1588874301.7a9cf57072d9ad8325cec7a7dc6163c0366c0f2a.mgorny@gentoo
1 commit: 7a9cf57072d9ad8325cec7a7dc6163c0366c0f2a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 7 15:18:05 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 7 17:58:21 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7a9cf570
7
8 sys-apps/dstat: Remove py2.7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-apps/dstat/dstat-0.7.4-r1.ebuild | 2 +-
13 sys-apps/dstat/dstat-0.7.4.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-apps/dstat/dstat-0.7.4-r1.ebuild b/sys-apps/dstat/dstat-0.7.4-r1.ebuild
17 index b2f209299e7..a5d6db02953 100644
18 --- a/sys-apps/dstat/dstat-0.7.4-r1.ebuild
19 +++ b/sys-apps/dstat/dstat-0.7.4-r1.ebuild
20 @@ -3,7 +3,7 @@
21
22 EAPI=7
23
24 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
25 +PYTHON_COMPAT=( python3_{6,7} )
26
27 inherit python-r1
28
29
30 diff --git a/sys-apps/dstat/dstat-0.7.4.ebuild b/sys-apps/dstat/dstat-0.7.4.ebuild
31 index 205434328b2..43f33c42343 100644
32 --- a/sys-apps/dstat/dstat-0.7.4.ebuild
33 +++ b/sys-apps/dstat/dstat-0.7.4.ebuild
34 @@ -1,9 +1,9 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 +# Copyright 1999-2020 Gentoo Authors
37 # Distributed under the terms of the GNU General Public License v2
38
39 EAPI=7
40
41 -PYTHON_COMPAT=( python{2_7,3_{6,7}} )
42 +PYTHON_COMPAT=( python3_{6,7} )
43
44 inherit python-r1