summaryrefslogtreecommitdiff
path: root/app-emulation/docker
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2018-01-18 15:03:00 +0100
committerManuel Rüger <mrueg@gentoo.org>2018-01-18 15:03:57 +0100
commit801680e0f2ab49644d71cfe9626681525dec6511 (patch)
tree4a361b16af3b407867f2783b5d69aaea06db1a9b /app-emulation/docker
parent76378fba1346168ef8b9ac1fcb16c8c9e34317a0 (diff)
downloadgentoo-801680e0f2ab49644d71cfe9626681525dec6511.tar.gz
gentoo-801680e0f2ab49644d71cfe9626681525dec6511.tar.xz
app-emulation/docker: Update containerd dependency in live ebuild
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation/docker')
-rw-r--r--app-emulation/docker/docker-9999.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker/docker-9999.ebuild b/app-emulation/docker/docker-9999.ebuild
index c8755d6b0d8..c682315da3f 100644
--- a/app-emulation/docker/docker-9999.ebuild
+++ b/app-emulation/docker/docker-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -58,7 +58,7 @@ RDEPEND="
>=dev-vcs/git-1.7
>=app-arch/xz-utils-4.9
- >=app-emulation/containerd-0.2.5
+ >=app-emulation/containerd-1.0.0
app-emulation/runc[apparmor?,seccomp?]
app-emulation/docker-proxy
container-init? ( >=sys-process/tini-0.13.0[static] )