From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-990335-garchives=archives.gentoo.org@lists.gentoo.org>
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 D3DD3139083
	for <garchives@archives.gentoo.org>; Thu, 14 Dec 2017 14:42:30 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id BFC46E0E7B;
	Thu, 14 Dec 2017 14:42:28 +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 9E9EDE0E7B
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2017 14:42:27 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
	(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 0A03833BEC7
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2017 14:42:26 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 72442AE1D
	for <gentoo-commits@lists.gentoo.org>; Thu, 14 Dec 2017 14:42:24 +0000 (UTC)
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" <monsieurp@gentoo.org>
Message-ID: <1513262540.905ed06fd745b03cd5f3c80c8f66eed9cc5f4923.monsieurp@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/jedi/
X-VCS-Repository: repo/gentoo
X-VCS-Files: app-vim/jedi/jedi-0.8_p20171015.ebuild
X-VCS-Directories: app-vim/jedi/
X-VCS-Committer: monsieurp
X-VCS-Committer-Name: Patrice Clement
X-VCS-Revision: 905ed06fd745b03cd5f3c80c8f66eed9cc5f4923
X-VCS-Branch: master
Date: Thu, 14 Dec 2017 14:42:24 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: 6af69c18-beb3-437a-a476-6aba2e21f8e7
X-Archives-Hash: 8cb17825a622173923698fc7d36ad38e

commit:     905ed06fd745b03cd5f3c80c8f66eed9cc5f4923
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 14:42:07 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 14:42:20 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=905ed06f

app-vim/jedi: enable python3_5.

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 app-vim/jedi/jedi-0.8_p20171015.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-vim/jedi/jedi-0.8_p20171015.ebuild b/app-vim/jedi/jedi-0.8_p20171015.ebuild
index f1f7ea7d458..da57a94f10e 100644
--- a/app-vim/jedi/jedi-0.8_p20171015.ebuild
+++ b/app-vim/jedi/jedi-0.8_p20171015.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_4} )
+PYTHON_COMPAT=( python{2_7,3_4,3_5} )
 
 inherit vim-plugin python-r1 python-utils-r1