commit: b87874066786e45641549384d62b4b169680ec9a
Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 22 09:46:12 2025 +0000
Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org>
CommitDate: Mon Sep 22 09:47:11 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8787406
app-backup/tsm: do not default to an UTF-8 locale
the client is more reliable if UTF-8 is not used.
Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org>
app-backup/tsm/{tsm-8.1.27.0.ebuild => tsm-8.1.27.0-r1.ebuild} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-backup/tsm/tsm-8.1.27.0.ebuild
b/app-backup/tsm/tsm-8.1.27.0-r1.ebuild
similarity index 99%
rename from app-backup/tsm/tsm-8.1.27.0.ebuild
rename to app-backup/tsm/tsm-8.1.27.0-r1.ebuild
index 06b703384d99..01dbce8f1877 100644
--- a/app-backup/tsm/tsm-8.1.27.0.ebuild
+++ b/app-backup/tsm/tsm-8.1.27.0-r1.ebuild
@@ -246,8 +246,8 @@ src_install() {
# https://www.ibm.com/support/pages/apar/IT46420
insinto /opt/tivoli/tsm/client/ba/bin
newins - dsmcad.lang <<-EOF
- LANG=en_US.UTF-8
- LC_ALL=en_US.UTF-8
+ LANG=en_US
+ LC_ALL=en_US
EOF
# Need this for hardened, otherwise a cryptic "connection to server
lost" message appears