commit: 5965f31dfd4dab4d3e3a119ad64eeb0a556dca70 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon Aug 9 16:46:46 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 9 16:47:09 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5965f31d
profiles/features/musl: unmask >=sys-fs/udev-249-r2 Now patched to work on musl, thanks to the efforts of Soap (and the OpenEmbedded folks for the original patches) who has further patched udev to get us to this point. Bug: https://bugs.gentoo.org/807193 Thanks-to: David Seifert <soap <AT> gentoo.org> Tested-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org> Tested-by: Jory A. Pratt <anarchy <AT> gentoo.org> Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/features/musl/package.mask | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 427af99a5df..efc4054da4c 100644 --- a/profiles/features/musl/package.mask +++ b/profiles/features/musl/package.mask @@ -54,9 +54,11 @@ sys-libs/uclibc-ng sys-libs/glibc # We use eudev which is tested on both uclibc and musl +# As of 2021-08-08, >=sys-fs/udev-249-r2 is patched in Gentoo +# to work on musl. =virtual/libudev-232-r1 sys-apps/systemd -sys-fs/udev +<sys-fs/udev-249-r2 # systemd sources fail to build without glibc sys-boot/systemd-boot
