commit: 845b885dfb4ceaa369de6df3949f1aff06dcb3b5 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Oct 3 23:53:05 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Oct 3 23:53:05 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=845b885d
profiles/features/musl: mask uwsgi_plugins_systemd_logger, unmask uwsgi oops. I went from memory and for some reason thought it had some unconditional dep. Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 1 - profiles/features/musl/use.mask | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 282683e150f9..04f0c77342f4 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -221,7 +221,6 @@ sys-apps/systemd sys-boot/systemd-boot dev-python/python-systemd >=www-misc/profile-sync-daemon-6 -www-servers/uwsgi # rust-bin requires a glibc system dev-lang/rust-bin diff --git a/profiles/features/musl/use.mask b/profiles/features/musl/use.mask index df99ad6bc886..e103bafc1805 100644 --- a/profiles/features/musl/use.mask +++ b/profiles/features/musl/use.mask @@ -19,3 +19,4 @@ oracle # sys-apps/systemd is masked systemd +uwsgi_plugins_systemd_logger
