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 8BAEE1396D1 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 D65131FC007; Sun, 27 Aug 2017 21:26:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 B3C271FC007 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 0103F341ADA for ; Sun, 27 Aug 2017 21:26:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BC71184D7 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: <1503869110.4c6ad6a85dd0a33c5a66dbc721b365674ffb345e.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-accessibility/caribou/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-accessibility/caribou/caribou-0.4.21.ebuild X-VCS-Directories: app-accessibility/caribou/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 4c6ad6a85dd0a33c5a66dbc721b365674ffb345e 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: 540e3b22-c880-4059-bb15-6975939b9b17 X-Archives-Hash: 312a45277b32721bf450315150c53c6c commit: 4c6ad6a85dd0a33c5a66dbc721b365674ffb345e Author: Christopher Díaz gmail com> AuthorDate: Sun Aug 27 18:14:26 2017 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sun Aug 27 21:25:10 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c6ad6a8 app-accessibility/caribou: added python 3.6 compat Bug: https://bugs.gentoo.org/629046 Closes: https://github.com/gentoo/gentoo/pull/5544 app-accessibility/caribou/caribou-0.4.21.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-accessibility/caribou/caribou-0.4.21.ebuild b/app-accessibility/caribou/caribou-0.4.21.ebuild index f7c4654f3c1..e97c8589f1e 100644 --- a/app-accessibility/caribou/caribou-0.4.21.ebuild +++ b/app-accessibility/caribou/caribou-0.4.21.ebuild @@ -3,7 +3,7 @@ EAPI=6 GNOME2_LA_PUNT="yes" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) PYTHON_REQ_USE="xml" inherit gnome2 python-r1