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 6F3F3139694 for ; Wed, 3 May 2017 20:09:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A51CE0BC5; Wed, 3 May 2017 20:08:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 43CB8E0BC5 for ; Wed, 3 May 2017 20:08:53 +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 4C93E3416B9 for ; Wed, 3 May 2017 20:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD3E07436 for ; Wed, 3 May 2017 20:08:50 +0000 (UTC) From: "Zac Medico" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Zac Medico" Message-ID: <1493842128.329a7b2603fe7137b2da231625fad283dbefeba0.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/regex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/regex/regex-2017.04.05.ebuild X-VCS-Directories: dev-python/regex/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 329a7b2603fe7137b2da231625fad283dbefeba0 X-VCS-Branch: master Date: Wed, 3 May 2017 20:08:50 +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: 8b3bcecd-43ee-4e15-a70c-6088bcecf523 X-Archives-Hash: 976ae70354c6a3136055bf6df834bd1a commit: 329a7b2603fe7137b2da231625fad283dbefeba0 Author: Zac Medico gentoo org> AuthorDate: Wed May 3 20:08:16 2017 +0000 Commit: Zac Medico gentoo org> CommitDate: Wed May 3 20:08:48 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=329a7b26 dev-python/regex: add python3.6 to PYTHON_COMPAT Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-python/regex/regex-2017.04.05.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/regex/regex-2017.04.05.ebuild b/dev-python/regex/regex-2017.04.05.ebuild index 4057d9772b6..46c2b62143b 100644 --- a/dev-python/regex/regex-2017.04.05.ebuild +++ b/dev-python/regex/regex-2017.04.05.ebuild @@ -3,7 +3,7 @@ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_{4,5}} pypy ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy ) inherit distutils-r1 flag-o-matic