commit: baba38a3128fc39a261191fbc88155acfc872e06
Author: William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 8 19:12:54 2021 +0000
Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Jan 8 19:28:12 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baba38a3
app-emulation/docker: 20.10.2 fix docker-proxy dependency
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
app-emulation/docker/docker-20.10.2.ebuild | 6 +++---
1 file 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 7853e583ce8..c7720c3208d 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
}