From 1af801e21195655002db37f42d3849738a1c97a1 Mon Sep 17 00:00:00 2001 From: Michael Marineau Date: Fri, 5 Feb 2016 12:03:01 -0800 Subject: [PATCH] docker: fix libseccomp version dependency I misread the version requirement and unfortunately docker only checks the version at runtime, not build time and managed to not run a seccomp enabled docker build in my rushed testing apparently. :( --- .../coreos-overlay/app-emulation/docker/docker-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 72bfa63e2e..6e8262fc37 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 @@ -32,7 +32,7 @@ CDEPEND=" >=sys-fs/lvm2-2.02.89[thin] ) seccomp? ( - >=sys-libs/libseccomp-2.1.1[static-libs] + >=sys-libs/libseccomp-2.2.1[static-libs] ) "