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 85AF413823C for ; Sat, 7 May 2016 12:23:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4CEB3E0810; Sat, 7 May 2016 12:23:04 +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 C6DB2E0810 for ; Sat, 7 May 2016 12:23:03 +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 76FE4340813 for ; Sat, 7 May 2016 12:23:02 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0E37D929 for ; Sat, 7 May 2016 12:22:59 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1462623747.0fcfe0ce95a1e3750034e79931562d9b8605b055.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygal/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygal/pygal-2.1.1.ebuild X-VCS-Directories: dev-python/pygal/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 0fcfe0ce95a1e3750034e79931562d9b8605b055 X-VCS-Branch: master Date: Sat, 7 May 2016 12:22:59 +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: 6bf60d68-0b07-422b-b731-febe3ac318f9 X-Archives-Hash: fff6600a9d2cf8b76d0b64fc70404f05 commit: 0fcfe0ce95a1e3750034e79931562d9b8605b055 Author: Pacho Ramos gentoo org> AuthorDate: Sat May 7 12:18:04 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat May 7 12:22:27 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fcfe0ce dev-python/pygal: Support python 3.5 Package-Manager: portage-2.2.28 dev-python/pygal/pygal-2.1.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygal/pygal-2.1.1.ebuild b/dev-python/pygal/pygal-2.1.1.ebuild index 19b2a92..16730f0 100644 --- a/dev-python/pygal/pygal-2.1.1.ebuild +++ b/dev-python/pygal/pygal-2.1.1.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python{2_7,3_3,3_4} ) +PYTHON_COMPAT=( python{2_7,3_3,3_4,3_5} ) inherit distutils-r1 DESCRIPTION="A python SVG charts generator"