diff options
author | William Hubbs <williamh@gentoo.org> | 2021-01-08 13:12:54 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2021-01-08 13:28:12 -0600 |
commit | baba38a3128fc39a261191fbc88155acfc872e06 (patch) | |
tree | ca16c19829d8793666699e98d5186a03ca2374ba /app-emulation/docker | |
parent | app-emulation/docker-cli: remove 20.10.1 (diff) | |
download | gentoo-baba38a3128fc39a261191fbc88155acfc872e06.tar.gz gentoo-baba38a3128fc39a261191fbc88155acfc872e06.tar.bz2 gentoo-baba38a3128fc39a261191fbc88155acfc872e06.zip |
app-emulation/docker: 20.10.2 fix docker-proxy dependency
Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-emulation/docker')
-rw-r--r-- | app-emulation/docker/docker-20.10.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/docker/docker-20.10.2.ebuild b/app-emulation/docker/docker-20.10.2.ebuild index 7853e583ce81..c7720c3208da 100644 --- a/app-emulation/docker/docker-20.10.2.ebuild +++ b/app-emulation/docker/docker-20.10.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -39,7 +39,7 @@ RDEPEND=" dev-libs/libltdl ~app-emulation/containerd-1.4.3[apparmor?,btrfs?,device-mapper?,seccomp?] ~app-emulation/runc-1.0.0_rc92[apparmor?,seccomp?] - ~app-emulation/docker-proxy-0.8.0_p20201211 + ~app-emulation/docker-proxy-0.8.0_p20201215 cli? ( app-emulation/docker-cli ) container-init? ( >=sys-process/tini-0.19.0[static] ) " @@ -288,6 +288,6 @@ pkg_postinst() { ewarn "run the following command:" ewarn ewarn "# emerge --noreplace docker-cli" - ewarn + ewarn fi } |