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 DACC3138334 for ; Thu, 7 Jun 2018 06:35:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3B03E0B67; Thu, 7 Jun 2018 06:35:12 +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 C3D23E0B67 for ; Thu, 7 Jun 2018 06:35:12 +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 3FFDE335C87 for ; Thu, 7 Jun 2018 06:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B62A2A2 for ; Thu, 7 Jun 2018 06:35:09 +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: <1528353307.5670be1f55843bd2df6a8bf5b4921dbf46553ec5.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 X-VCS-Directories: sys-process/glances/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 5670be1f55843bd2df6a8bf5b4921dbf46553ec5 X-VCS-Branch: master Date: Thu, 7 Jun 2018 06:35:09 +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-Archives-Salt: c568fa54-ed6a-42c5-bb6b-05995af57ec3 X-Archives-Hash: 3768d6d7f7a6acdd8dda4964705b50bc commit: 5670be1f55843bd2df6a8bf5b4921dbf46553ec5 Author: Georgy Yakovlev sysdump net> AuthorDate: Wed May 16 16:03:07 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Jun 7 06:35:07 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5670be1f sys-process/glances: add python_targets_python3_6 Package-Manager: Portage-2.3.36, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8462 sys-process/glances/glances-2.11.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-process/glances/glances-2.11.1.ebuild b/sys-process/glances/glances-2.11.1.ebuild index 8a69a9264c7..51d1b0476c6 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_{4,5}} ) +PYTHON_COMPAT=( python{2_7,3_{4,5,6}} ) PYTHON_REQ_USE="ncurses" inherit distutils-r1 eutils linux-info