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 5B0EB13823B 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 A2511E080E; 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 13DEDE080E for ; Sat, 7 May 2016 12:23:04 +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 3E597340831 for ; Sat, 7 May 2016 12:23:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF6D791A for ; Sat, 7 May 2016 12:22:58 +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: <1462623744.f4b4e60fd14b5eddd88dfb7106bfc19fea629175.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/cairosvg/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/cairosvg/cairosvg-1.0.7.ebuild X-VCS-Directories: media-gfx/cairosvg/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: f4b4e60fd14b5eddd88dfb7106bfc19fea629175 X-VCS-Branch: master Date: Sat, 7 May 2016 12:22:58 +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: c0b38dba-bed6-48fb-8e9e-867dca6f3c9e X-Archives-Hash: a5d40d6de559f30dcfe4313343d61490 commit: f4b4e60fd14b5eddd88dfb7106bfc19fea629175 Author: Pacho Ramos gentoo org> AuthorDate: Sat May 7 12:17:51 2016 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat May 7 12:22:24 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4b4e60f media-gfx/cairosvg: Support python 3.5 Package-Manager: portage-2.2.28 media-gfx/cairosvg/cairosvg-1.0.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/cairosvg/cairosvg-1.0.7.ebuild b/media-gfx/cairosvg/cairosvg-1.0.7.ebuild index 84daf3f..341b3b5 100644 --- a/media-gfx/cairosvg/cairosvg-1.0.7.ebuild +++ b/media-gfx/cairosvg/cairosvg-1.0.7.ebuild @@ -4,7 +4,7 @@ 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