From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 8096D1396D0 for ; Sun, 27 Aug 2017 21:26:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFCBF1FC009; Sun, 27 Aug 2017 21:26:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA8E61FC009 for ; Sun, 27 Aug 2017 21:26:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DFE9B341AD0 for ; Sun, 27 Aug 2017 21:26:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A89D484D6 for ; Sun, 27 Aug 2017 21:26:05 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1503869082.cea013186a241dfcee335cd99fa25290eb4d8ee6.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyatspi/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyatspi/pyatspi-2.20.3.ebuild X-VCS-Directories: dev-python/pyatspi/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: cea013186a241dfcee335cd99fa25290eb4d8ee6 X-VCS-Branch: master Date: Sun, 27 Aug 2017 21:26:05 +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: 39825eac-2422-41d0-8cf1-597b18007939 X-Archives-Hash: 5f0fa994562da1aef17ebfb0d39d1bbe commit: cea013186a241dfcee335cd99fa25290eb4d8ee6 Author: Mart Raudsepp gentoo org> AuthorDate: Sun Aug 27 21:08:04 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Aug 27 21:24:42 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea01318 dev-python/pyatspi-2.20.3: Add python3_6 compatibility 2.20.3 also did the enum keyword changes for 3.6 compat, just like 2.24.0 Package-Manager: Portage-2.3.6, Repoman-2.3.2 dev-python/pyatspi/pyatspi-2.20.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pyatspi/pyatspi-2.20.3.ebuild b/dev-python/pyatspi/pyatspi-2.20.3.ebuild index a26fbd3eaf2..b186e079ea3 100644 --- a/dev-python/pyatspi/pyatspi-2.20.3.ebuild +++ b/dev-python/pyatspi/pyatspi-2.20.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit gnome2 python-r1