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 70E0F139697 for ; Mon, 27 Feb 2017 10:49:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3E04E0BA3; Mon, 27 Feb 2017 10:49:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 8FF4AE0BA3 for ; Mon, 27 Feb 2017 10:49:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C49F8340C97 for ; Mon, 27 Feb 2017 10:49:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 03EA3564C for ; Mon, 27 Feb 2017 10:49:19 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1488192547.12f89f4d7cd1e76fe679cef764b200212e168225.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/empy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/empy/empy-3.3.2.ebuild X-VCS-Directories: dev-python/empy/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 12f89f4d7cd1e76fe679cef764b200212e168225 X-VCS-Branch: master Date: Mon, 27 Feb 2017 10:49:19 +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: 7fd6aee5-0274-482d-9aa2-fb4ae2bb9452 X-Archives-Hash: a9f91e5a1b2c9259709921e9ad82884b commit: 12f89f4d7cd1e76fe679cef764b200212e168225 Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 27 10:09:06 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 27 10:49:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f89f4d dev-python/empy: Add python 3.6 support. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-python/empy/empy-3.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/empy/empy-3.3.2.ebuild b/dev-python/empy/empy-3.3.2.ebuild index d70cde7110..220c2ada06 100644 --- a/dev-python/empy/empy-3.3.2.ebuild +++ b/dev-python/empy/empy-3.3.2.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy{,3} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy{,3} ) inherit distutils-r1