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 B37E7158093 for ; Mon, 30 May 2022 17:47:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 030A4E08F0; Mon, 30 May 2022 17:47:30 +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 BB151E08EF for ; Mon, 30 May 2022 17:47:29 +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 C11AF341924 for ; Mon, 30 May 2022 17:47:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 149A04D4 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: <1653932790.b99a32682c99d63bdfcdfe7bb78075d427b80438.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-vim/gemini-vim/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-vim/gemini-vim/gemini-vim-20210923.ebuild X-VCS-Directories: app-vim/gemini-vim/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: b99a32682c99d63bdfcdfe7bb78075d427b80438 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: 6652926b-76e7-41ec-812c-be65d158f6a6 X-Archives-Hash: c57f176bf95e1215a2db62f09d18ab24 commit: b99a32682c99d63bdfcdfe7bb78075d427b80438 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 30 14:36:02 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon May 30 17:46:30 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b99a3268 app-vim/gemini-vim: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-vim/gemini-vim/gemini-vim-20210923.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/gemini-vim/gemini-vim-20210923.ebuild b/app-vim/gemini-vim/gemini-vim-20210923.ebuild index 082423224..e7a91f710 100644 --- a/app-vim/gemini-vim/gemini-vim-20210923.ebuild +++ b/app-vim/gemini-vim/gemini-vim-20210923.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