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 719D9138330 for ; Tue, 30 Aug 2016 17:10:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90F8BE0B22; Tue, 30 Aug 2016 17:10:26 +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 3BDBCE0B22 for ; Tue, 30 Aug 2016 17:10:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 995003403C1 for ; Tue, 30 Aug 2016 17:10:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 70119245C for ; Tue, 30 Aug 2016 17:10:21 +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: <1472577016.1acc80e778717638e72da7c74c780bd7fe87c866.zmedico@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/celery/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/celery/celery-3.1.20.ebuild X-VCS-Directories: dev-python/celery/ X-VCS-Committer: zmedico X-VCS-Committer-Name: Zac Medico X-VCS-Revision: 1acc80e778717638e72da7c74c780bd7fe87c866 X-VCS-Branch: master Date: Tue, 30 Aug 2016 17:10:21 +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: f038c8db-bbc8-47dd-a213-c5db6e4f6529 X-Archives-Hash: 7483900009b0ff3d20405e5aeb79b7a3 commit: 1acc80e778717638e72da7c74c780bd7fe87c866 Author: Zac Medico gentoo org> AuthorDate: Tue Aug 30 17:09:41 2016 +0000 Commit: Zac Medico gentoo org> CommitDate: Tue Aug 30 17:10:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1acc80e7 dev-python/celery: PYTHON_COMPAT: add python3_5 Package-Manager: portage-2.3.0 dev-python/celery/celery-3.1.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/celery/celery-3.1.20.ebuild b/dev-python/celery/celery-3.1.20.ebuild index 54c62ca..ff6226a 100644 --- a/dev-python/celery/celery-3.1.20.ebuild +++ b/dev-python/celery/celery-3.1.20.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4} ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) inherit distutils-r1 bash-completion-r1