diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2020-01-09 04:31:09 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-09 05:46:49 +0100 |
commit | 3312e972780e0ca76716df7d0176967f16f07034 (patch) | |
tree | 1a68e454ea08d310a8905b2b0ea6739b4a3b4c1a /app-editors/vis | |
parent | dev-python/hypothesis: Bump to 5.1.2 (diff) | |
download | gentoo-3312e972780e0ca76716df7d0176967f16f07034.tar.gz gentoo-3312e972780e0ca76716df7d0176967f16f07034.tar.bz2 gentoo-3312e972780e0ca76716df7d0176967f16f07034.zip |
app-editors/vis: Remove unicode ellipsis in einfo
Closes: https://bugs.gentoo.org/704972
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-editors/vis')
-rw-r--r-- | app-editors/vis/vis-0.5.ebuild | 4 | ||||
-rw-r--r-- | 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 } |