summaryrefslogtreecommitdiff
path: root/dev-db/mysql/mysql-5.7.41.ebuild
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2025-01-10 06:19:51 +0200
committerSam James <sam@gentoo.org>2025-01-10 04:36:30 +0000
commit6d0e7a3ff15386fe4289ec6fb5de7f0d9e8dacc8 (patch)
tree6f1b988cacd07d5eabcff5fe0d87e9de0f86e1fe /dev-db/mysql/mysql-5.7.41.ebuild
parent3a0ed2c2de603c4e8379e5684fa5dbed605808cd (diff)
downloadgentoo-6d0e7a3ff15386fe4289ec6fb5de7f0d9e8dacc8.tar.gz
gentoo-6d0e7a3ff15386fe4289ec6fb5de7f0d9e8dacc8.tar.bz2
gentoo-6d0e7a3ff15386fe4289ec6fb5de7f0d9e8dacc8.zip
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>
Diffstat (limited to 'dev-db/mysql/mysql-5.7.41.ebuild')
-rw-r--r--dev-db/mysql/mysql-5.7.41.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-db/mysql/mysql-5.7.41.ebuild b/dev-db/mysql/mysql-5.7.41.ebuild
index 1e3a9dce41a2..51a92cbfc9de 100644
--- a/dev-db/mysql/mysql-5.7.41.ebuild
+++ b/dev-db/mysql/mysql-5.7.41.ebuild
@@ -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