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-misc/nyx/
Date: Tue, 11 Feb 2020 12:16:42
Message-Id: 1581423375.405c4e029b2721561ef8d8c6f64e7bb2b6c7875e.mgorny@gentoo
1 commit: 405c4e029b2721561ef8d8c6f64e7bb2b6c7875e
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Tue Feb 11 12:05:28 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 11 12:16:15 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=405c4e02
7
8 net-misc/nyx: Remove py2
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/nyx/nyx-2.0.4.ebuild | 2 +-
13 net-misc/nyx/nyx-2.1.0.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/net-misc/nyx/nyx-2.0.4.ebuild b/net-misc/nyx/nyx-2.0.4.ebuild
17 index 4252b76c9b4..cd27d40170b 100644
18 --- a/net-misc/nyx/nyx-2.0.4.ebuild
19 +++ b/net-misc/nyx/nyx-2.0.4.ebuild
20 @@ -2,7 +2,7 @@
21 # Distributed under the terms of the GNU General Public License v2
22
23 EAPI=6
24 -PYTHON_COMPAT=(python{2_7,3_6})
25 +PYTHON_COMPAT=(python3_6)
26
27 inherit vcs-snapshot distutils-r1
28
29
30 diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0.ebuild
31 index 7371cc1a288..99d81268a58 100644
32 --- a/net-misc/nyx/nyx-2.1.0.ebuild
33 +++ b/net-misc/nyx/nyx-2.1.0.ebuild
34 @@ -2,7 +2,7 @@
35 # Distributed under the terms of the GNU General Public License v2
36
37 EAPI=6
38 -PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
39 +PYTHON_COMPAT=(python{3_6,3_7,3_8})
40
41 inherit vcs-snapshot distutils-r1