commit: d151daaab1ce39f5b9bf09e0f300010d44064341 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Tue Oct 10 16:43:56 2017 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Tue Oct 10 16:47:22 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d151daaa
sys-apps/coreutils: ensure sandbox supports renameat/symlinkat. Prior to sys-apps/sandbox-2.10-r4, sandbox does not correct handle the renameat or symlinkat calls made by newer coreutils. This causes random sandbox violations during package building. Package-Manager: Portage-2.3.8, Repoman-2.3.3 Bug: https://bugs.gentoo.org/612202 Closes: https://bugs.gentoo.org/628928 Closes: https://bugs.gentoo.org/633902 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> sys-apps/coreutils/coreutils-8.27.ebuild | 1 + sys-apps/coreutils/coreutils-8.28.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/sys-apps/coreutils/coreutils-8.27.ebuild b/sys-apps/coreutils/coreutils-8.27.ebuild index 396636ee5d9..f2bba2686c9 100644 --- a/sys-apps/coreutils/coreutils-8.27.ebuild +++ b/sys-apps/coreutils/coreutils-8.27.ebuild @@ -43,6 +43,7 @@ RDEPEND+=" ) !app-misc/realpath !<sys-apps/util-linux-2.13 + !<sys-apps/sandbox-2.10-r4 !sys-apps/stat !net-mail/base64 !sys-apps/mktemp diff --git a/sys-apps/coreutils/coreutils-8.28.ebuild b/sys-apps/coreutils/coreutils-8.28.ebuild index a7253367560..ffd2a59938c 100644 --- a/sys-apps/coreutils/coreutils-8.28.ebuild +++ b/sys-apps/coreutils/coreutils-8.28.ebuild @@ -43,6 +43,7 @@ RDEPEND+=" ) !app-misc/realpath !<sys-apps/util-linux-2.13 + !<sys-apps/sandbox-2.10-r4 !sys-apps/stat !net-mail/base64 !sys-apps/mktemp
