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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 48484158090 for ; Fri, 6 May 2022 01:43:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E602E0823; Fri, 6 May 2022 01:43:31 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4CDC3E0823 for ; Fri, 6 May 2022 01:43:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 274BF341C89 for ; Fri, 6 May 2022 01:43:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A74CE3F0 for ; Fri, 6 May 2022 01:43:28 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1651801380.5beaae1d722ca9c8c6ee3ebe75e1e39498a81cfb.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/vim/vim-8.2.4586.ebuild app-editors/vim/vim-9999.ebuild X-VCS-Directories: app-editors/vim/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 5beaae1d722ca9c8c6ee3ebe75e1e39498a81cfb X-VCS-Branch: master Date: Fri, 6 May 2022 01:43:28 +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: 19d103f0-3c64-4eff-8e3d-e218fdfa03e6 X-Archives-Hash: c1818c4715514ebe78d7a7f07a2e35e8 commit: 5beaae1d722ca9c8c6ee3ebe75e1e39498a81cfb Author: Mike Gilbert gentoo org> AuthorDate: Fri May 6 01:43:00 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri May 6 01:43:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5beaae1d app-editors/vim: drop python3_7 Signed-off-by: Mike Gilbert gentoo.org> app-editors/vim/vim-8.2.4586.ebuild | 2 +- app-editors/vim/vim-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/vim/vim-8.2.4586.ebuild b/app-editors/vim/vim-8.2.4586.ebuild index ad075b05bd24..62ce11b27b08 100644 --- a/app-editors/vim/vim-8.2.4586.ebuild +++ b/app-editors/vim/vim-8.2.4586.ebuild @@ -7,7 +7,7 @@ EAPI=7 VIM_VERSION="8.2" LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby24 ruby25 ruby26 ruby27" diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index ad075b05bd24..62ce11b27b08 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -7,7 +7,7 @@ EAPI=7 VIM_VERSION="8.2" LUA_COMPAT=( lua5-1 luajit ) -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{8..10} ) PYTHON_REQ_USE="threads(+)" USE_RUBY="ruby24 ruby25 ruby26 ruby27"