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 1D9B5138330 for ; Tue, 30 Aug 2016 16:27:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0FDDBE0A41; Tue, 30 Aug 2016 16:27:05 +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 AD3D5E0A41 for ; Tue, 30 Aug 2016 16:27:04 +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 4AD1134087E for ; Tue, 30 Aug 2016 16:27:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16B35245C for ; Tue, 30 Aug 2016 16:27:01 +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: <1472574389.c4eaecbd6fd437d1e37f44f5ee393a992a4a2a79.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/billiard/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/billiard/billiard-3.5.0.0.ebuild X-VCS-Directories: dev-python/billiard/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: c4eaecbd6fd437d1e37f44f5ee393a992a4a2a79 X-VCS-Branch: master Date: Tue, 30 Aug 2016 16:27: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: 6f917d3a-c9be-4314-9810-493325c048ae X-Archives-Hash: e671cf3a58f76d381f1c13df54f4e200 commit: c4eaecbd6fd437d1e37f44f5ee393a992a4a2a79 Author: Zac Medico gentoo org> AuthorDate: Tue Aug 30 16:26:29 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Aug 30 16:26:29 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4eaecbd dev-python/billiard: PYTHON_COMPAT: add python3_5 Package-Manager: portage-2.3.0 dev-python/billiard/billiard-3.5.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/billiard/billiard-3.5.0.0.ebuild b/dev-python/billiard/billiard-3.5.0.0.ebuild index 002e9c5..9ab1c9d 100644 --- a/dev-python/billiard/billiard-3.5.0.0.ebuild +++ b/dev-python/billiard/billiard-3.5.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{3,4} pypy pypy3 ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy pypy3 ) inherit distutils-r1 flag-o-matic