diff options
author | Craig Andrews <candrews@gentoo.org> | 2020-01-13 12:27:10 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-01-13 12:31:41 -0500 |
commit | 643da6cc52b4e8789d5dafb14b7e7404dc31ccaa (patch) | |
tree | 81f9c3464596fc210feaadf183a7835643172612 /net-misc/nyx | |
parent | dev-lang/python: also match '-flto=*' (diff) | |
download | gentoo-643da6cc52b4e8789d5dafb14b7e7404dc31ccaa.tar.gz gentoo-643da6cc52b4e8789d5dafb14b7e7404dc31ccaa.tar.bz2 gentoo-643da6cc52b4e8789d5dafb14b7e7404dc31ccaa.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/nyx')
-rw-r--r-- | net-misc/nyx/nyx-2.1.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/nyx/nyx-2.1.0.ebuild b/net-misc/nyx/nyx-2.1.0.ebuild index 4252b76c9b41..7371cc1a2886 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 |