From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1137756-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 952BA138350 for <garchives@archives.gentoo.org>; Mon, 13 Jan 2020 17:31:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C7623E0C68; Mon, 13 Jan 2020 17:31:49 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7692E0C68 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jan 2020 17:31:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2BD3434E040 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jan 2020 17:31:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A67DF89 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Jan 2020 17:31:46 +0000 (UTC) From: "Craig Andrews" <candrews@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Craig Andrews" <candrews@gentoo.org> Message-ID: <1578936701.643da6cc52b4e8789d5dafb14b7e7404dc31ccaa.candrews@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/nyx/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/nyx/nyx-2.1.0.ebuild X-VCS-Directories: net-misc/nyx/ X-VCS-Committer: candrews X-VCS-Committer-Name: Craig Andrews X-VCS-Revision: 643da6cc52b4e8789d5dafb14b7e7404dc31ccaa X-VCS-Branch: master Date: Mon, 13 Jan 2020 17:31:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4bd37846-c570-4aa1-8dc7-6c2c30a4c43f X-Archives-Hash: 5d1ecc918b46f0931c1456edc0719ba2 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