commit: 37e4bb87b8b8cafd4c249ce919d5603281f0f5f4 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz> AuthorDate: Tue Mar 15 15:38:40 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Mar 16 17:22:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37e4bb87
profiles/features/musl: mask x11-wm/fluxbox[nls] Closes: https://bugs.gentoo.org/712828 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/24582 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.use.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/features/musl/package.use.mask b/profiles/features/musl/package.use.mask index 85111fc57dfe..fedbaa145e37 100644 --- a/profiles/features/musl/package.use.mask +++ b/profiles/features/musl/package.use.mask @@ -1,6 +1,11 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Petr Vaněk <[email protected]> (2022-03-15) +# musl package does not currently provide gencat binary, which is needed for +# nls support, see bug #712828 +x11-wm/fluxbox nls + # Marco Genasci <[email protected]> (2022-01-06) # Pulls dev-db/oracle-instantclient which doesn't work on musl app-metrics/collectd collectd_plugins_oracle
