From 3312e972780e0ca76716df7d0176967f16f07034 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Thu, 9 Jan 2020 04:31:09 +0100 Subject: [PATCH] app-editors/vis: Remove unicode ellipsis in einfo MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/704972 Signed-off-by: Michał Górny --- app-editors/vis/vis-0.5.ebuild | 4 ++-- app-editors/vis/vis-9999.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/app-editors/vis/vis-0.5.ebuild b/app-editors/vis/vis-0.5.ebuild index 8324eff6c8c1..8e569226bead 100644 --- a/app-editors/vis/vis-0.5.ebuild +++ b/app-editors/vis/vis-0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -51,7 +51,7 @@ src_configure() { } update_symlinks() { - einfo "Calling eselect vi update --if-unset…" + einfo "Calling eselect vi update --if-unset" eselect vi update --if-unset } diff --git a/app-editors/vis/vis-9999.ebuild b/app-editors/vis/vis-9999.ebuild index fb44c4c77d97..b6c9bf465312 100644 --- a/app-editors/vis/vis-9999.ebuild +++ b/app-editors/vis/vis-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -43,7 +43,7 @@ src_configure() { } update_symlinks() { - einfo "Calling eselect vi update --if-unset…" + einfo "Calling eselect vi update --if-unset" eselect vi update --if-unset } -- 2.26.2