app-emulation/docker: Update containerd dependency in live ebuild
authorManuel Rüger <mrueg@gentoo.org>
Thu, 18 Jan 2018 14:03:00 +0000 (15:03 +0100)
committerManuel Rüger <mrueg@gentoo.org>
Thu, 18 Jan 2018 14:03:57 +0000 (15:03 +0100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-emulation/docker/docker-9999.ebuild

index c8755d6b0d837082b90a11c6ec80eb37a7bc2c0d..c682315da3f8d9625f5f63ddcb3ebf7c9283d2b4 100644 (file)
@@ -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] )