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 87551139694 for ; Thu, 30 Mar 2017 18:08:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AD08C21C054; Thu, 30 Mar 2017 18:08:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E79621C054 for ; Thu, 30 Mar 2017 18:08:06 +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 528B834162B for ; Thu, 30 Mar 2017 18:08:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AD9E73C6 for ; Thu, 30 Mar 2017 18:08:04 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1490897191.75147cdeded1afc9dd0b577d7d3aa3701ee1e1a5.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/plumbum/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/plumbum/plumbum-1.6.3.ebuild X-VCS-Directories: dev-python/plumbum/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 75147cdeded1afc9dd0b577d7d3aa3701ee1e1a5 X-VCS-Branch: master Date: Thu, 30 Mar 2017 18:08:04 +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: fd3c2072-5804-4659-8e6f-96a96f0d4c4b X-Archives-Hash: 1a714a07325c62db983b4b98fb1b2fd4 commit: 75147cdeded1afc9dd0b577d7d3aa3701ee1e1a5 Author: Andrey Grozin gentoo org> AuthorDate: Thu Mar 30 18:06:31 2017 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Thu Mar 30 18:06:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75147cde dev-python/plumbum: python3_6 added Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/plumbum/plumbum-1.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/plumbum/plumbum-1.6.3.ebuild b/dev-python/plumbum/plumbum-1.6.3.ebuild index 6ef0cdb37ca..5c8760d9ddb 100644 --- a/dev-python/plumbum/plumbum-1.6.3.ebuild +++ b/dev-python/plumbum/plumbum-1.6.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit distutils-r1 DESCRIPTION="A library for shell script-like programs in python"