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 76AFB1382C5 for ; Tue, 27 Mar 2018 14:53:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88F6AE0946; Tue, 27 Mar 2018 14:53:42 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 650B4E0946 for ; Tue, 27 Mar 2018 14:53:41 +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 D6FE4335C87 for ; Tue, 27 Mar 2018 14:53:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B392D258 for ; Tue, 27 Mar 2018 14:53:37 +0000 (UTC) From: "Michael Orlitzky" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Orlitzky" Message-ID: <1522162026.2ef966d35c16b5d0d0fe51f36f17193f6cafe492.mjo@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyzor/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyzor/pyzor-1.0.0-r1.ebuild X-VCS-Directories: dev-python/pyzor/ X-VCS-Committer: mjo X-VCS-Committer-Name: Michael Orlitzky X-VCS-Revision: 2ef966d35c16b5d0d0fe51f36f17193f6cafe492 X-VCS-Branch: master Date: Tue, 27 Mar 2018 14:53:37 +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: d5f03cee-4f08-4634-b061-c1f7822c186c X-Archives-Hash: 265f600badf126f52cf5896da2c88109 commit: 2ef966d35c16b5d0d0fe51f36f17193f6cafe492 Author: Michael Orlitzky gentoo org> AuthorDate: Tue Mar 27 14:46:41 2018 +0000 Commit: Michael Orlitzky gentoo org> CommitDate: Tue Mar 27 14:47:06 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ef966d3 dev-python/pyzor: add python-3.6 support. Bug: https://bugs.gentoo.org/643692 Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-python/pyzor/pyzor-1.0.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyzor/pyzor-1.0.0-r1.ebuild b/dev-python/pyzor/pyzor-1.0.0-r1.ebuild index ce7d0e7b5cf..54e002c28b3 100644 --- a/dev-python/pyzor/pyzor-1.0.0-r1.ebuild +++ b/dev-python/pyzor/pyzor-1.0.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit distutils-r1