diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-29 19:18:01 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2024-09-29 19:23:37 +0300 |
commit | c602d5854eb775dc7cbadab688a4a5374d71254e (patch) | |
tree | f1de8cf2ff191e7f0b3df3d39480683362e2dff6 /app-text | |
parent | app-text/dos2unix: add 7.5.2 (diff) | |
download | gentoo-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.ebuild | 1 |
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() { |