From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-872167-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 6D7CA59CA5 for <garchives@archives.gentoo.org>; Fri, 25 Mar 2016 04:51:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 98CFFE0851; Fri, 25 Mar 2016 04:51:20 +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 3CE5BE0851 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Mar 2016 04:51:20 +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 4D95A340D17 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Mar 2016 04:51:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3AB2A852 for <gentoo-commits@lists.gentoo.org>; Fri, 25 Mar 2016 04:51:15 +0000 (UTC) From: "Matt Thode" <prometheanfire@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Thode" <prometheanfire@gentoo.org> Message-ID: <1458881098.802b728c752d39ca6a88ed7248026b3ccf74039f.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycadf/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycadf/pycadf-1.1.0.ebuild X-VCS-Directories: dev-python/pycadf/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matt Thode X-VCS-Revision: 802b728c752d39ca6a88ed7248026b3ccf74039f X-VCS-Branch: master Date: Fri, 25 Mar 2016 04:51:15 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ba5501be-d7ff-4580-8559-43886b512240 X-Archives-Hash: 4b9bf6f032ffbf736e6de8d02f2422dd commit: 802b728c752d39ca6a88ed7248026b3ccf74039f Author: Matthew Thode <prometheanfire <AT> gentoo <DOT> org> AuthorDate: Fri Mar 25 04:44:58 2016 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Fri Mar 25 04:44:58 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802b728c dev-python/pycadf: adding py35 Package-Manager: portage-2.2.26 dev-python/pycadf/pycadf-1.1.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycadf/pycadf-1.1.0.ebuild b/dev-python/pycadf/pycadf-1.1.0.ebuild index b2df3b9..560f539 100644 --- a/dev-python/pycadf/pycadf-1.1.0.ebuild +++ b/dev-python/pycadf/pycadf-1.1.0.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) inherit distutils-r1