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 10B74138350 for ; Tue, 11 Feb 2020 12:25:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 525E6E0896; Tue, 11 Feb 2020 12:25:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 219E6E0891 for ; Tue, 11 Feb 2020 12:25:15 +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 4070734EB61 for ; Tue, 11 Feb 2020 12:25:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9380013A for ; Tue, 11 Feb 2020 12:25:10 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1581423791.c17d06502c5c10b9ddac83eee8d45e667ab2d90a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-process/glances/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-process/glances/glances-2.11.1.ebuild sys-process/glances/glances-3.1.0.ebuild sys-process/glances/glances-3.1.1.ebuild sys-process/glances/glances-3.1.2.ebuild sys-process/glances/glances-3.1.3-r1.ebuild X-VCS-Directories: sys-process/glances/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: c17d06502c5c10b9ddac83eee8d45e667ab2d90a X-VCS-Branch: master Date: Tue, 11 Feb 2020 12:25:10 +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: 597be102-92fb-4011-bdb8-500f012cc850 X-Archives-Hash: edac139e2eaed782602fcbea2016c3a8 commit: c17d06502c5c10b9ddac83eee8d45e667ab2d90a Author: Michał Górny gentoo org> AuthorDate: Tue Feb 11 12:23:11 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Feb 11 12:23:11 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c17d0650 sys-process/glances: Remove py2 Signed-off-by: Michał Górny gentoo.org> sys-process/glances/glances-2.11.1.ebuild | 2 +- sys-process/glances/glances-3.1.0.ebuild | 2 +- sys-process/glances/glances-3.1.1.ebuild | 2 +- sys-process/glances/glances-3.1.2.ebuild | 2 +- sys-process/glances/glances-3.1.3-r1.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-process/glances/glances-2.11.1.ebuild b/sys-process/glances/glances-2.11.1.ebuild index 1a5b5ef2dd4..05a6e6d5793 100644 --- a/sys-process/glances/glances-2.11.1.ebuild +++ b/sys-process/glances/glances-2.11.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 eutils linux-info diff --git a/sys-process/glances/glances-3.1.0.ebuild b/sys-process/glances/glances-3.1.0.ebuild index 534185a6f53..8d44d6e568d 100644 --- a/sys-process/glances/glances-3.1.0.ebuild +++ b/sys-process/glances/glances-3.1.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 eutils linux-info diff --git a/sys-process/glances/glances-3.1.1.ebuild b/sys-process/glances/glances-3.1.1.ebuild index b682a030ce0..62bac630f41 100644 --- a/sys-process/glances/glances-3.1.1.ebuild +++ b/sys-process/glances/glances-3.1.1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 eutils linux-info diff --git a/sys-process/glances/glances-3.1.2.ebuild b/sys-process/glances/glances-3.1.2.ebuild index 8d4ded18b3a..a1f55c2e411 100644 --- a/sys-process/glances/glances-3.1.2.ebuild +++ b/sys-process/glances/glances-3.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 eutils linux-info diff --git a/sys-process/glances/glances-3.1.3-r1.ebuild b/sys-process/glances/glances-3.1.3-r1.ebuild index 49b5fc2ff8c..d2dc37e71e9 100644 --- a/sys-process/glances/glances-3.1.3-r1.ebuild +++ b/sys-process/glances/glances-3.1.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 eutils linux-info