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 6D58A138351 for ; Fri, 24 Apr 2020 16:44:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93501E09B0; Fri, 24 Apr 2020 16:44:24 +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 5DE5DE09B0 for ; Fri, 24 Apr 2020 16:44:24 +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 E35EA34F05F for ; Fri, 24 Apr 2020 16:44:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E37AB1F1 for ; Fri, 24 Apr 2020 16:44:20 +0000 (UTC) From: "Patrice Clement" 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" Message-ID: <1587746530.8e247b57cc7191c67dec7483dcfed19ee590c334.monsieurp@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-r2.ebuild X-VCS-Directories: app-vim/pydiction/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 8e247b57cc7191c67dec7483dcfed19ee590c334 X-VCS-Branch: master Date: Fri, 24 Apr 2020 16:44:20 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: db8f7fca-86e0-48e0-8ea0-8068c5e49812 X-Archives-Hash: bd0e0d7bb3febc0812db13cb8654eb5c commit: 8e247b57cc7191c67dec7483dcfed19ee590c334 Author: Patrice Clement gentoo org> AuthorDate: Fri Apr 24 16:42:07 2020 +0000 Commit: Patrice Clement gentoo org> CommitDate: Fri Apr 24 16:42:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e247b57 app-vim/pydiction: add py3.7 + py3.8 support. Closes: https://bugs.gentoo.org/718266 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Patrice Clement gentoo.org> app-vim/pydiction/pydiction-1.2.3-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild index 24de26a5d4c..4e06bb3c0bb 100644 --- a/app-vim/pydiction/pydiction-1.2.3-r2.ebuild +++ b/app-vim/pydiction/pydiction-1.2.3-r2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python2_7 python{3_6,3_7,3_8} ) inherit vim-plugin python-r1