From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 AADA3138335 for ; Thu, 27 Dec 2018 06:58:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23CF7E09BE; Thu, 27 Dec 2018 06:58:27 +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 00DE3E09BD for ; Thu, 27 Dec 2018 06:58:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 2B52D335C6F for ; Thu, 27 Dec 2018 06:58:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0F3974CE for ; Thu, 27 Dec 2018 06:58:23 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1545893867.55c33da4fa48656f3caee78faa02a1c364d471e1.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-analyzer/speedtest-cli/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-analyzer/speedtest-cli/speedtest-cli-2.0.2.ebuild X-VCS-Directories: net-analyzer/speedtest-cli/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 55c33da4fa48656f3caee78faa02a1c364d471e1 X-VCS-Branch: master Date: Thu, 27 Dec 2018 06:58:23 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 809b0275-9488-4942-b52d-5ab5fabdca24 X-Archives-Hash: 5a13c315d5bcd848add9ef7f1f1c5adc commit: 55c33da4fa48656f3caee78faa02a1c364d471e1 Author: Tim Harder gentoo org> AuthorDate: Thu Dec 27 05:42:24 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Dec 27 06:57:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c33da4 net-analyzer/speedtest-cli: add python3_7 support Signed-off-by: Tim Harder gentoo.org> net-analyzer/speedtest-cli/speedtest-cli-2.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-analyzer/speedtest-cli/speedtest-cli-2.0.2.ebuild b/net-analyzer/speedtest-cli/speedtest-cli-2.0.2.ebuild index 0bf6c921ff5..5909a8ba9f3 100644 --- a/net-analyzer/speedtest-cli/speedtest-cli-2.0.2.ebuild +++ b/net-analyzer/speedtest-cli/speedtest-cli-2.0.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6,3_7} ) inherit distutils-r1