summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2017-01-09 12:36:47 -0600
committerWilliam Hubbs <williamh@gentoo.org>2017-01-09 12:37:14 -0600
commite6efec2474a3d3f2eb0278dcf9d9ffb5b48ff8d5 (patch)
treef7fe2dfea01ca5e31db3ab5389f0a689848a5702 /app-emulation/docker
parentsys-apps/kbd: Removed old. (diff)
downloadgentoo-e6efec2474a3d3f2eb0278dcf9d9ffb5b48ff8d5.tar.gz
gentoo-e6efec2474a3d3f2eb0278dcf9d9ffb5b48ff8d5.tar.bz2
gentoo-e6efec2474a3d3f2eb0278dcf9d9ffb5b48ff8d5.zip
app-emulation/docker: fix dependencies in 1.12.5
Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emulation/docker')
-rw-r--r--app-emulation/docker/docker-1.12.5.ebuild6
1 files 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 17927b065f26..a8575433e456 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?]
"