commit: e6efec2474a3d3f2eb0278dcf9d9ffb5b48ff8d5
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 9 18:36:47 2017 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Mon Jan 9 18:37:14 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6efec24
app-emulation/docker: fix dependencies in 1.12.5
Package-Manager: portage-2.3.0
app-emulation/docker/docker-1.12.5.ebuild | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/app-emulation/docker/docker-1.12.5.ebuild
b/app-emulation/docker/docker-1.12.5.ebuild
index 17927b0..a857543 100644
--- a/app-emulation/docker/docker-1.12.5.ebuild
+++ b/app-emulation/docker/docker-1.12.5.ebuild
@@ -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?]
"