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 858F7158094 for ; Mon, 11 Jul 2022 04:00:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90D24E0EA2; Mon, 11 Jul 2022 04:00:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 ECF6EE0EA2 for ; Mon, 11 Jul 2022 04:00:54 +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 AB506341090 for ; Mon, 11 Jul 2022 04:00:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D944B480 for ; Mon, 11 Jul 2022 04:00:51 +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: <1657512037.ebc42648d10790326106e519a565a548aadc143a.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/pyvim/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/pyvim/pyvim-3.0.2.ebuild X-VCS-Directories: app-editors/pyvim/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: ebc42648d10790326106e519a565a548aadc143a X-VCS-Branch: master Date: Mon, 11 Jul 2022 04:00:51 +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: 77d92da3-7057-4d07-a1ec-863a8db2d991 X-Archives-Hash: fdd453b4270ee4168d77614907d55f18 commit: ebc42648d10790326106e519a565a548aadc143a Author: Mike Gilbert gentoo org> AuthorDate: Mon Jul 11 04:00:18 2022 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Mon Jul 11 04:00:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebc42648 app-editors/pyvim: call ebegin to balance eend Closes: https://bugs.gentoo.org/841473 Signed-off-by: Mike Gilbert gentoo.org> app-editors/pyvim/pyvim-3.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-editors/pyvim/pyvim-3.0.2.ebuild b/app-editors/pyvim/pyvim-3.0.2.ebuild index f91be2260e41..14ad9912d076 100644 --- a/app-editors/pyvim/pyvim-3.0.2.ebuild +++ b/app-editors/pyvim/pyvim-3.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -26,7 +26,7 @@ RDEPEND=" " eselect_vi_update() { - einfo "Calling eselect vi update..." + ebegin "Calling eselect vi update" eselect vi update --if-unset eend $? }