From: Michał Górny Date: Tue, 11 Feb 2020 12:05:28 +0000 (+0100) Subject: net-misc/nyx: Remove py2 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=405c4e029b2721561ef8d8c6f64e7bb2b6c7875e;p=gentoo.git net-misc/nyx: Remove py2 Signed-off-by: Michał Górny --- diff --git a/net-misc/nyx/nyx-2.0.4.ebuild b/net-misc/nyx/nyx-2.0.4.ebuild index 4252b76c9b41..cd27d40170bc 100644 --- a/net-misc/nyx/nyx-2.0.4.ebuild +++ b/net-misc/nyx/nyx-2.0.4.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=(python{2_7,3_6}) +PYTHON_COMPAT=(python3_6) inherit vcs-snapshot distutils-r1 diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0.ebuild index 7371cc1a2886..99d81268a583 100644 --- a/net-misc/nyx/nyx-2.1.0.ebuild +++ b/net-misc/nyx/nyx-2.1.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8}) +PYTHON_COMPAT=(python{3_6,3_7,3_8}) inherit vcs-snapshot distutils-r1