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 B4FFC1388C1 for ; Sat, 12 Dec 2015 14:29:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B91A21C0E4; Sat, 12 Dec 2015 14:29:27 +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 725A321C0E0 for ; Sat, 12 Dec 2015 14:29:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4FEB8340A42 for ; Sat, 12 Dec 2015 14:29:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3F75FF47 for ; Sat, 12 Dec 2015 14:29:15 +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: <1449930534.be92e3c5e5edc12de9ab442c6d08aeafa4875dd5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pycanberra/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pycanberra/pycanberra-0_pre20130515.ebuild X-VCS-Directories: dev-python/pycanberra/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: be92e3c5e5edc12de9ab442c6d08aeafa4875dd5 X-VCS-Branch: master Date: Sat, 12 Dec 2015 14:29:15 +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: 7f5a88c6-724b-4328-ab64-519ad3f89925 X-Archives-Hash: e9c98edf92462bb080018f91d01888e1 commit: be92e3c5e5edc12de9ab442c6d08aeafa4875dd5 Author: Pacho Ramos gentoo org> AuthorDate: Sat Dec 12 13:21:44 2015 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Dec 12 14:28:54 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be92e3c5 dev-python/pycanberra: Support python 3.5 Package-Manager: portage-2.2.24 dev-python/pycanberra/pycanberra-0_pre20130515.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild b/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild index b68acf1..2bcddbe 100644 --- a/dev-python/pycanberra/pycanberra-0_pre20130515.ebuild +++ b/dev-python/pycanberra/pycanberra-0_pre20130515.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 python-r1