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 31AB0158091 for ; Mon, 30 May 2022 17:47:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 771ADE08DD; 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 5E4C0E08DD for ; Mon, 30 May 2022 17:47:30 +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 7F584341975 for ; Mon, 30 May 2022 17:47:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 962D14EC 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: <1653932799.4eb23f2a2355b5f42ec1bc6d27e2366d876bd476.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-vim/tempus/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-vim/tempus/tempus-2.0.0.20210514.ebuild X-VCS-Directories: app-vim/tempus/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: 4eb23f2a2355b5f42ec1bc6d27e2366d876bd476 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: d1371592-bfcc-465b-884f-7d0fc71e98e7 X-Archives-Hash: e429bdf4d8e43393dfa7b7b1d75ba69b commit: 4eb23f2a2355b5f42ec1bc6d27e2366d876bd476 Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Mon May 30 14:57:45 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon May 30 17:46:39 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=4eb23f2a app-vim/tempus: update EAPI 7 -> 8 Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> app-vim/tempus/tempus-2.0.0.20210514.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-vim/tempus/tempus-2.0.0.20210514.ebuild b/app-vim/tempus/tempus-2.0.0.20210514.ebuild index a5fa58853..cccf53f52 100644 --- a/app-vim/tempus/tempus-2.0.0.20210514.ebuild +++ b/app-vim/tempus/tempus-2.0.0.20210514.ebuild @@ -1,7 +1,7 @@ # Copyright 2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 inherit vim-plugin