mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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:
committed by
Sam James
parent
3a0ed2c2de
commit
6d0e7a3ff1
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user