commit: 2cddcfbc33b69ef32858983cdf7c33c36c90c735 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org> AuthorDate: Wed Apr 10 16:34:33 2019 +0000 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org> CommitDate: Wed Apr 10 16:34:33 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cddcfbc
profiles: Mask utmp and wtmp for musl profiles Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org> profiles/features/musl/use.mask | 2 ++ 1 file changed, 2 insertions(+) diff --git a/profiles/features/musl/use.mask b/profiles/features/musl/use.mask index 46c03330afb..95976900636 100644 --- a/profiles/features/musl/use.mask +++ b/profiles/features/musl/use.mask @@ -5,3 +5,5 @@ -elibc_musl elibc_uclibc elibc_glibc +utmp +wtmp
