commit: afbfbc2f21f49a8c21d11cb941095aae7d13112a Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Mon May 22 15:08:24 2017 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Mon May 22 15:08:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afbfbc2f
profiles: mask >sys-apps/openrc-0.24.2 on uclibc, bug #619370 Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org> profiles/default/linux/uclibc/package.mask | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/profiles/default/linux/uclibc/package.mask b/profiles/default/linux/uclibc/package.mask index 686411a2734..8b06089994a 100644 --- a/profiles/default/linux/uclibc/package.mask +++ b/profiles/default/linux/uclibc/package.mask @@ -5,6 +5,10 @@ sys-libs/musl sys-libs/glibc sys-libs/pam +# Currenlty =sys-apps/openrc-0.26.2 makes uclibc systems unbootable. +# See bug #619370 +>sys-apps/openrc-0.24.2 + # We use eudev which is tested on both uclibc and musl sys-apps/systemd sys-fs/udev
