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 10C5258976 for ; Sun, 17 Jan 2016 03:34:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE63FE087B; Sun, 17 Jan 2016 03:34:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0264421C024 for ; Sun, 17 Jan 2016 03:34:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3A5FF3409E6 for ; Sun, 17 Jan 2016 03:34:43 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 744FAE54 for ; Sun, 17 Jan 2016 03:34:39 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1453001661.94256fa42fbf1022ea1d408a5dff1a5691f47e3b.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/cairocffi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/cairocffi/cairocffi-0.7.2.ebuild X-VCS-Directories: dev-python/cairocffi/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 94256fa42fbf1022ea1d408a5dff1a5691f47e3b X-VCS-Branch: master Date: Sun, 17 Jan 2016 03:34:39 +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: 48415a60-f95a-43a1-bc31-bb8ef854007e X-Archives-Hash: ab743b3cf6340f22d34ffd186568f61b commit: 94256fa42fbf1022ea1d408a5dff1a5691f47e3b Author: Tim Harder gentoo org> AuthorDate: Sun Jan 17 03:30:48 2016 +0000 Commit: Tim Harder gentoo org> CommitDate: Sun Jan 17 03:34:21 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94256fa4 dev-python/cairocffi: add py3.5 support dev-python/cairocffi/cairocffi-0.7.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/cairocffi/cairocffi-0.7.2.ebuild b/dev-python/cairocffi/cairocffi-0.7.2.ebuild index 7e69d6e..fb65bb4 100644 --- a/dev-python/cairocffi/cairocffi-0.7.2.ebuild +++ b/dev-python/cairocffi/cairocffi-0.7.2.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=( python2_7 python3_{3,4} pypy ) +PYTHON_COMPAT=( python2_7 python3_{3,4,5} pypy ) inherit distutils-r1