diff options
author | Sam James <sam@gentoo.org> | 2021-08-09 17:46:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-08-09 17:47:09 +0100 |
commit | 5965f31dfd4dab4d3e3a119ad64eeb0a556dca70 (patch) | |
tree | 67fa566beb5d20201eb3067b19d5113b31df1912 /profiles/features | |
parent | sys-fs/udev: sync live (diff) | |
download | gentoo-5965f31dfd4dab4d3e3a119ad64eeb0a556dca70.tar.gz gentoo-5965f31dfd4dab4d3e3a119ad64eeb0a556dca70.tar.bz2 gentoo-5965f31dfd4dab4d3e3a119ad64eeb0a556dca70.zip |
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@gentoo.org>
Tested-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Tested-by: Jory A. Pratt <anarchy@gentoo.org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'profiles/features')
-rw-r--r-- | profiles/features/musl/package.mask | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/profiles/features/musl/package.mask b/profiles/features/musl/package.mask index 427af99a5df6..efc4054da4c4 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 |