commit: cf2eea109cc1dfdd0eddd5116f01c68c9ddba9cc Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Sun Jun 5 13:22:26 2022 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Sun Jun 5 13:23:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf2eea10
profiles/features/musl: mask sys-block/hpssacli on musl Closes: https://bugs.gentoo.org/832932 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> profiles/features/musl/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index ac5201fcd65d..ed1f9127826e 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -1,6 +1,10 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Florian Schmaus <[email protected]> (2022-06-05) +# Binary package linked against glibc, bug #832932 +sys-block/hpssacli + # Sam James <[email protected]> (2022-04-23) # Binary package linked against glibc, bug #832615 net-print/cnijfilter2
