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 4A07959CA9 for ; Sun, 27 Mar 2016 17:44:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0AB84E07E6; Sun, 27 Mar 2016 17:44:47 +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 39B38E075F for ; Sun, 27 Mar 2016 17:44:46 +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 18EDE340AE0 for ; Sun, 27 Mar 2016 17:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4A32D865 for ; Sun, 27 Mar 2016 17:44:41 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1459100640.5d17b092c8f2325fb9806ab5892864db42f8e09e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/reportlab/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/reportlab/reportlab-3.2.0-r1.ebuild X-VCS-Directories: dev-python/reportlab/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 5d17b092c8f2325fb9806ab5892864db42f8e09e X-VCS-Branch: master Date: Sun, 27 Mar 2016 17:44: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: 276a2864-9278-4951-b6af-883379649641 X-Archives-Hash: 33e7871ecc3e732667671c49020b8474 commit: 5d17b092c8f2325fb9806ab5892864db42f8e09e Author: David Seifert gentoo org> AuthorDate: Sun Mar 27 16:57:05 2016 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Mar 27 17:44:00 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d17b092 dev-python/reportlab: Add python3_5 support Package-Manager: portage-2.2.28 dev-python/reportlab/reportlab-3.2.0-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/reportlab/reportlab-3.2.0-r1.ebuild b/dev-python/reportlab/reportlab-3.2.0-r1.ebuild index 01f702b..efe6f96 100644 --- a/dev-python/reportlab/reportlab-3.2.0-r1.ebuild +++ b/dev-python/reportlab/reportlab-3.2.0-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) # Tests crash with pypy +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) # Tests crash with pypy inherit distutils-r1 flag-o-matic prefix