From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5D0C01388C0 for ; Tue, 23 Feb 2016 18:06:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B7684E079E; Tue, 23 Feb 2016 18:06:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CE4BE079E for ; Tue, 23 Feb 2016 18:06:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FECA340B56 for ; Tue, 23 Feb 2016 18:06:44 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C1C3615FB for ; Tue, 23 Feb 2016 18:06:41 +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: <1456250794.827e2bc704dc6236de225e1add321cb5b61bba64.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: 827e2bc704dc6236de225e1add321cb5b61bba64 X-VCS-Branch: master Date: Tue, 23 Feb 2016 18:06:41 +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: d4a833f9-88bb-4d10-ac05-ae106d0c9e40 X-Archives-Hash: 978caba17eae3a7e69c0e358df303a89 commit: 827e2bc704dc6236de225e1add321cb5b61bba64 Author: Alexis Ballier gentoo org> AuthorDate: Tue Feb 23 18:06:03 2016 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Feb 23 18:06:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=827e2bc7 dev-python/empy: add python 3.5 support Package-Manager: portage-2.2.27 Signed-off-by: Alexis Ballier gentoo.org> 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 62e123e..0f8dca3 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_3,3_4} pypy ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} pypy ) inherit distutils-r1