From 11d8cd20d4d7fa1098133a9ce756423f95ce0d3b Mon Sep 17 00:00:00 2001 From: Euan Kemp Date: Wed, 28 Dec 2016 11:23:09 -0800 Subject: [PATCH] app-emulation/docker: depend on shadow If `--userns-remap=default` is used, docker invokes utilities from shadow using flags introduced in 4.4 --- .../docker/{docker-1.12.5.ebuild => docker-1.12.5-r1.ebuild} | 0 .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 1 + 2 files changed, 1 insertion(+) rename sdk_container/src/third_party/coreos-overlay/app-emulation/docker/{docker-1.12.5.ebuild => docker-1.12.5-r1.ebuild} (100%) diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.12.5.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.12.5-r1.ebuild similarity index 100% rename from sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.12.5.ebuild rename to sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-1.12.5-r1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild index ac71f03ced..fea9892ac1 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-emulation/docker/docker-9999.ebuild @@ -64,6 +64,7 @@ RDEPEND=" sys-process/procps >=dev-vcs/git-1.7 >=app-arch/xz-utils-4.9 + >=sys-apps/shadow-4.4 >=app-emulation/containerd-0.2.3[seccomp?] >=app-emulation/runc-1.0.0_rc1_p20160615[apparmor?,seccomp?]