commit: 6abc5f1cbc62837a328f43999b743e443586a14d Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Fri Jun 10 01:34:09 2022 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Fri Jun 10 01:37:26 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6abc5f1c
package.mask: mask openrc 0.45 due to broken sysvinit use flag Signed-off-by: William Hubbs <williamh <AT> gentoo.org> profiles/package.mask | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 273af48f3d60..7034ecae86de 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,11 @@ #--- END OF EXAMPLES --- +# William Hubbs <[email protected]> (2022-06-10) +# The sysvinit use flag is broken. If this is enabled and you are +# depending on it your system will not boot. bug #850754 +=sys-apps/openrc-0.45 + # Michał Górny <[email protected]> (2022-06-08) # pyroute2 is pending version bump for over 1.5 years already. # The tests are restricted. pulseaudio-dlna is the only revdep.
