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 08BC7158091 for ; Mon, 30 May 2022 17:47:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88A56E0935; Mon, 30 May 2022 17:47:31 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6C0AFE0934 for ; Mon, 30 May 2022 17:47: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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 264E7341924 for ; Mon, 30 May 2022 17:47:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CDE794F5 for ; Mon, 30 May 2022 17:47:26 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1653932804.b4be7e226e99b4d857c96ed04d0b37aa32a9ff2c.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-vim/vim-sensible/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-vim/vim-sensible/vim-sensible-1.2.ebuild X-VCS-Directories: app-vim/vim-sensible/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: b4be7e226e99b4d857c96ed04d0b37aa32a9ff2c X-VCS-Branch: dev Date: Mon, 30 May 2022 17:47:26 +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: 2ba67524-6cd9-4f90-98f5-201ec382acd6 X-Archives-Hash: 71af94952e02dd788336ccb0106c7f42 commit: b4be7e226e99b4d857c96ed04d0b37aa32a9ff2c Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 30 15:03:41 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon May 30 17:46:44 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4be7e22 app-vim/vim-sensible: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-vim/vim-sensible/vim-sensible-1.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/vim-sensible/vim-sensible-1.2.ebuild b/app-vim/vim-sensible/vim-sensible-1.2.ebuild index 8d535e6c6..923468ea1 100644 --- a/app-vim/vim-sensible/vim-sensible-1.2.ebuild +++ b/app-vim/vim-sensible/vim-sensible-1.2.ebuild @@ -1,7 +1,7 @@ # Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vim-plugin