From f4436a6b475a4ce9857f1d2d4a4ad97e432686cf Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Sun, 23 Jun 2013 10:29:46 -0700 Subject: [PATCH] fix(app-emulation/docker): add sys-fs/aufs-util Fixes #29 by making auplink available --- .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 1 + .../profiles/default/linux/package.accept_keywords | 3 +++ 2 files changed, 4 insertions(+) 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 7473b4cb8b..701a9ac9b2 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 @@ -24,6 +24,7 @@ RDEPEND=" sys-apps/iproute2 app-arch/libarchive net-misc/curl + sys-fs/aufs-util " src_compile() { diff --git a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords index 33981c6761..e0ba664919 100644 --- a/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords +++ b/sdk_container/src/third_party/coreos-overlay/profiles/default/linux/package.accept_keywords @@ -100,3 +100,6 @@ =sys-apps/kexec-tools-2.0.4-r1 ~amd64 =sys-kernel/dracut-027-r3 ~amd64 =sys-apps/sysvinit-tools-2.88-r4 ~amd64 + +# Needed for docker +=sys-fs/aufs-util-3.7.6 ~amd64