diff options
author | William Hubbs <williamh@gentoo.org> | 2017-04-21 12:43:06 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2017-04-21 12:51:40 -0500 |
commit | b6bf82acb49e1379e0415ed723db44c2d05f4fd7 (patch) | |
tree | 7c2ef13ee41357122e4d561a5d28242df630d94d /app-emulation/docker | |
parent | app-emulation/containerd: fix snapshot base versions (diff) | |
download | gentoo-b6bf82acb49e1379e0415ed723db44c2d05f4fd7.tar.gz gentoo-b6bf82acb49e1379e0415ed723db44c2d05f4fd7.tar.bz2 gentoo-b6bf82acb49e1379e0415ed723db44c2d05f4fd7.zip |
app-emulation/docker: fix runtime dependencies for containerd snapshots
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'app-emulation/docker')
-rw-r--r-- | app-emulation/docker/docker-17.03.1.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/docker/docker-17.04.0.ebuild | 2 | ||||
-rw-r--r-- | app-emulation/docker/docker-17.05.0_rc1.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/docker/docker-17.03.1.ebuild b/app-emulation/docker/docker-17.03.1.ebuild index afa035753b25..53e5b0278cc1 100644 --- a/app-emulation/docker/docker-17.03.1.ebuild +++ b/app-emulation/docker/docker-17.03.1.ebuild @@ -60,7 +60,7 @@ RDEPEND=" >=dev-vcs/git-1.7 >=app-arch/xz-utils-4.9 - ~app-emulation/containerd-0.2.3_p20170308 + >=app-emulation/containerd-0.2.5_p20170308 ~app-emulation/docker-runc-1.0.0_rc2_p20170308[apparmor?,seccomp?] app-emulation/docker-proxy container-init? ( >=sys-process/tini-0.13.0[static] ) diff --git a/app-emulation/docker/docker-17.04.0.ebuild b/app-emulation/docker/docker-17.04.0.ebuild index edd2907a2196..6e27bbf42854 100644 --- a/app-emulation/docker/docker-17.04.0.ebuild +++ b/app-emulation/docker/docker-17.04.0.ebuild @@ -60,7 +60,7 @@ RDEPEND=" >=dev-vcs/git-1.7 >=app-arch/xz-utils-4.9 - ~app-emulation/containerd-0.2.3_p20170315 + >=app-emulation/containerd-0.2.5_p20170315 ~app-emulation/docker-runc-1.0.0_rc2_p20170310[apparmor?,seccomp?] app-emulation/docker-proxy container-init? ( >=sys-process/tini-0.13.0[static] ) diff --git a/app-emulation/docker/docker-17.05.0_rc1.ebuild b/app-emulation/docker/docker-17.05.0_rc1.ebuild index b98753cfcc4e..4e7bde26de20 100644 --- a/app-emulation/docker/docker-17.05.0_rc1.ebuild +++ b/app-emulation/docker/docker-17.05.0_rc1.ebuild @@ -62,7 +62,7 @@ RDEPEND=" >=dev-vcs/git-1.7 >=app-arch/xz-utils-4.9 - ~app-emulation/containerd-0.2.3_p20170329 + >=app-emulation/containerd-0.2.5_p20170329 ~app-emulation/docker-runc-1.0.0_rc2_p20170310[apparmor?,seccomp?] app-emulation/docker-proxy container-init? ( >=sys-process/tini-0.13.1[static] ) |