app-emulation/docker: fix dependencies in 1.12.5
authorWilliam Hubbs <williamh@gentoo.org>
Mon, 9 Jan 2017 18:36:47 +0000 (12:36 -0600)
committerWilliam Hubbs <williamh@gentoo.org>
Mon, 9 Jan 2017 18:37:14 +0000 (12:37 -0600)
Package-Manager: portage-2.3.0

app-emulation/docker/docker-1.12.5.ebuild

index 17927b065f26356b4825d10754832d85081c3e32..a8575433e456c7435355ba5f8d53bbcddb198114 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -44,7 +44,7 @@ DEPEND="
        dev-go/go-md2man
 
        btrfs? (
-               >=sys-fs/btrfs-progs-3.8
+               >=sys-fs/btrfs-progs-3.16.1
        )
 "
 
@@ -59,7 +59,7 @@ RDEPEND="
        >=dev-vcs/git-1.7
        >=app-arch/xz-utils-4.9
 
-       >app-emulation/containerd-0.2.2
+       >=app-emulation/containerd-0.2.5
        app-emulation/runc[apparmor?,seccomp?]
 "