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 2A1D01396D0 for ; Wed, 30 Aug 2017 19:47:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C0B1E0E45; Wed, 30 Aug 2017 19:47:04 +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 7CC15E0E45 for ; Wed, 30 Aug 2017 19:47:04 +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 AA2EA34165C for ; Wed, 30 Aug 2017 19:47:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A03B883B for ; Wed, 30 Aug 2017 19:47:01 +0000 (UTC) From: "Matt Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" Message-ID: <1504122402.991e0867ad67f4535938a224687c8c7eb67f468d.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pecan/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pecan/pecan-1.2.1.ebuild X-VCS-Directories: dev-python/pecan/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 991e0867ad67f4535938a224687c8c7eb67f468d X-VCS-Branch: master Date: Wed, 30 Aug 2017 19:47:01 +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: 4a88ccbf-bbd7-4f48-8836-7f55bb954189 X-Archives-Hash: 2b419211c0eca226d0288c827f6ebbb7 commit: 991e0867ad67f4535938a224687c8c7eb67f468d Author: Matthew Thode gentoo org> AuthorDate: Wed Aug 30 19:14:12 2017 +0000 Commit: Matt Thode gentoo org> CommitDate: Wed Aug 30 19:46:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=991e0867 dev-python/pecan: adding python3_6 for chutzpah Package-Manager: Portage-2.3.6, Repoman-2.3.3 dev-python/pecan/pecan-1.2.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pecan/pecan-1.2.1.ebuild b/dev-python/pecan/pecan-1.2.1.ebuild index 3021c4cc8f2..07de9692057 100644 --- a/dev-python/pecan/pecan-1.2.1.ebuild +++ b/dev-python/pecan/pecan-1.2.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 python3_6 ) inherit distutils-r1