commit:     3312e972780e0ca76716df7d0176967f16f07034
Author:     Haelwenn (lanodan) Monnier <contact <AT> hacktivis <DOT> me>
AuthorDate: Thu Jan  9 03:31:09 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Jan  9 04:46:49 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3312e972

app-editors/vis: Remove unicode ellipsis in einfo

Closes: https://bugs.gentoo.org/704972
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 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 8324eff6c8c..8e569226bea 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 fb44c4c77d9..b6c9bf46531 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
 }
 

Reply via email to