commit: 785c10fb2c1d86ac6b4da38a05e0c4c212e44f52 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Sun Dec 6 06:19:35 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Sun Dec 6 06:19:35 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=785c10fb
profiles: mask =sys-apps/busybox-1.24* on uclibc, bug #567598 profiles/default/linux/uclibc/package.mask | 3 +++ 1 file changed, 3 insertions(+) diff --git a/profiles/default/linux/uclibc/package.mask b/profiles/default/linux/uclibc/package.mask index 7aabfa8..7ec9f29 100644 --- a/profiles/default/linux/uclibc/package.mask +++ b/profiles/default/linux/uclibc/package.mask @@ -6,6 +6,9 @@ sys-libs/musl sys-libs/glibc sys-libs/pam +# busybox-1.24 is broken on uclibc, bug #567598 +=sys-apps/busybox-1.24* + # DT_RUNPATH is broken on uclibc, bug #561684 >sys-devel/binutils-config-4-r2
