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 E026A138350 for ; Sat, 4 Apr 2020 12:17:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23022E0C02; Sat, 4 Apr 2020 12:17:17 +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 D0334E0C02 for ; Sat, 4 Apr 2020 12:17:16 +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 A2F4F34F11E for ; Sat, 4 Apr 2020 12:17:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 36619162 for ; Sat, 4 Apr 2020 12:17:14 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1586002621.d34909a85dbb149040b9a5f8a6b1f45d6c4a2217.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-vim/vim-latex/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild X-VCS-Directories: app-vim/vim-latex/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d34909a85dbb149040b9a5f8a6b1f45d6c4a2217 X-VCS-Branch: master Date: Sat, 4 Apr 2020 12:17:14 +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: d5408198-d14b-477a-b8e8-a6c411163d39 X-Archives-Hash: 1d5d9698f270ac7594535443f58a6983 commit: d34909a85dbb149040b9a5f8a6b1f45d6c4a2217 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Apr 4 12:17:01 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Apr 4 12:17:01 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d34909a8 app-vim/vim-latex: Drop py27 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Mikle Kolyada gentoo.org> app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild index 8d63379398a..98f504e5dc7 100644 --- a/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild +++ b/app-vim/vim-latex/vim-latex-1.10.0-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit vim-plugin python-single-r1