dev-db/mysql: remove non ascii characters from ebuilds

https://github.com/pkgcore/pkgdev/issues/173

Signed-off-by: Alfred Wingate <parona@protonmail.com>
Closes: https://github.com/gentoo/gentoo/pull/40078
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Alfred Wingate
2025-01-10 06:19:51 +02:00
committed by Sam James
parent 3a0ed2c2de
commit 6d0e7a3ff1
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -814,7 +814,7 @@ pkg_config() {
local n_X
let n_X=${#template}-${#template_wo_X}
if [[ ${n_X} -lt 3 ]] ; then
echo "${FUNCNAME[0]}: too few X's in template ‘${template}’" >&2
echo "${FUNCNAME[0]}: too few X's in template '${template}'" >&2
return
fi

View File

@@ -732,7 +732,7 @@ pkg_config() {
local n_X
let n_X=${#template}-${#template_wo_X}
if [[ ${n_X} -lt 3 ]] ; then
echo "${FUNCNAME[0]}: too few X's in template ‘${template}’" >&2
echo "${FUNCNAME[0]}: too few X's in template '${template}'" >&2
return
fi

View File

@@ -731,7 +731,7 @@ pkg_config() {
local n_X
let n_X=${#template}-${#template_wo_X}
if [[ ${n_X} -lt 3 ]] ; then
echo "${FUNCNAME[0]}: too few X's in template ‘${template}’" >&2
echo "${FUNCNAME[0]}: too few X's in template '${template}'" >&2
return
fi