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 255EC139694 for ; Fri, 7 Jul 2017 09:20:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E3A6274185; Fri, 7 Jul 2017 09:20:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 00FA01FC007 for ; Fri, 7 Jul 2017 09:20:17 +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 C13E6341703 for ; Fri, 7 Jul 2017 09:20:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 158BC7499 for ; Fri, 7 Jul 2017 09:20: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: <1499419206.d5719570b012a3e4e3aaa207f103122a8ea6c203.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/pydiction/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/pydiction/pydiction-1.2.3-r1.ebuild X-VCS-Directories: app-vim/pydiction/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d5719570b012a3e4e3aaa207f103122a8ea6c203 X-VCS-Branch: master Date: Fri, 7 Jul 2017 09:20: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: 728f53e5-e923-4799-86f3-49759e1b60e1 X-Archives-Hash: d55e5a4c73ca4d6da8ce2c3c6998bb2e commit: d5719570b012a3e4e3aaa207f103122a8ea6c203 Author: Pacho Ramos gentoo org> AuthorDate: Fri Jul 7 09:12:47 2017 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Jul 7 09:20:06 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5719570 app-vim/pydiction: Support newer python Package-Manager: Portage-2.3.6, Repoman-2.3.2 app-vim/pydiction/pydiction-1.2.3-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild index 9bd1173f0db..0e9e20b9d9b 100644 --- a/app-vim/pydiction/pydiction-1.2.3-r1.ebuild +++ b/app-vim/pydiction/pydiction-1.2.3-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_4 ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit vim-plugin python-r1