commit:     643da6cc52b4e8789d5dafb14b7e7404dc31ccaa
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 13 17:27:10 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jan 13 17:31:41 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=643da6cc

net-misc/nyx: Python 3.7 and 3.8 compatibility

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 net-misc/nyx/nyx-2.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0.ebuild
index 4252b76c9b4..7371cc1a288 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})
+PYTHON_COMPAT=(python{2_7,3_6,3_7,3_8})
 
 inherit vcs-snapshot distutils-r1
 

Reply via email to