summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2024-09-29 19:18:01 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2024-09-29 19:23:37 +0300
commitc602d5854eb775dc7cbadab688a4a5374d71254e (patch)
treef1de8cf2ff191e7f0b3df3d39480683362e2dff6 /app-text
parentapp-text/dos2unix: add 7.5.2 (diff)
downloadgentoo-c602d5854eb775dc7cbadab688a4a5374d71254e.tar.gz
gentoo-c602d5854eb775dc7cbadab688a4a5374d71254e.tar.bz2
gentoo-c602d5854eb775dc7cbadab688a4a5374d71254e.zip
app-text/dos2unix: fix tests on musl
The `locale` binary is called during tests (not compile). On glibc supplied by glibc, but not part of musl, so we need musl-locales. Closes: https://bugs.gentoo.org/833996 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/dos2unix/dos2unix-7.5.2.ebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/app-text/dos2unix/dos2unix-7.5.2.ebuild b/app-text/dos2unix/dos2unix-7.5.2.ebuild
index 1f2978127daa..bff0f07b514e 100644
--- a/app-text/dos2unix/dos2unix-7.5.2.ebuild
+++ b/app-text/dos2unix/dos2unix-7.5.2.ebuild
@@ -33,6 +33,7 @@ DEPEND="
BDEPEND="
dev-lang/perl
nls? ( sys-devel/gettext )
+ test? ( elibc_musl? ( sys-apps/musl-locales ) )
"
handle_locales() {