diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2018-01-18 15:03:00 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2018-01-18 15:03:57 +0100 |
commit | 801680e0f2ab49644d71cfe9626681525dec6511 (patch) | |
tree | 4a361b16af3b407867f2783b5d69aaea06db1a9b /app-emulation | |
parent | app-emulation/winetricks: do not alternate wine atom anymore (diff) | |
download | gentoo-801680e0f2ab49644d71cfe9626681525dec6511.tar.gz gentoo-801680e0f2ab49644d71cfe9626681525dec6511.tar.bz2 gentoo-801680e0f2ab49644d71cfe9626681525dec6511.zip |
app-emulation/docker: Update containerd dependency in live ebuild
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/docker/docker-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/docker/docker-9999.ebuild b/app-emulation/docker/docker-9999.ebuild index c8755d6b0d83..c682315da3f8 100644 --- a/app-emulation/docker/docker-9999.ebuild +++ b/app-emulation/docker/docker-9999.ebuild @@ -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] ) |