Gentoo Archives: gentoo-commits

From: William Hubbs <williamh@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/
Date: Fri, 08 Jan 2021 19:28:43
Message-Id: 1610134092.baba38a3128fc39a261191fbc88155acfc872e06.williamh@gentoo
1 commit: baba38a3128fc39a261191fbc88155acfc872e06
2 Author: William Hubbs <williamh <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 8 19:12:54 2021 +0000
4 Commit: William Hubbs <williamh <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 19:28:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=baba38a3
7
8 app-emulation/docker: 20.10.2 fix docker-proxy dependency
9
10 Signed-off-by: William Hubbs <williamh <AT> gentoo.org>
11
12 app-emulation/docker/docker-20.10.2.ebuild | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/app-emulation/docker/docker-20.10.2.ebuild b/app-emulation/docker/docker-20.10.2.ebuild
16 index 7853e583ce8..c7720c3208d 100644
17 --- a/app-emulation/docker/docker-20.10.2.ebuild
18 +++ b/app-emulation/docker/docker-20.10.2.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -39,7 +39,7 @@ RDEPEND="
26 dev-libs/libltdl
27 ~app-emulation/containerd-1.4.3[apparmor?,btrfs?,device-mapper?,seccomp?]
28 ~app-emulation/runc-1.0.0_rc92[apparmor?,seccomp?]
29 - ~app-emulation/docker-proxy-0.8.0_p20201211
30 + ~app-emulation/docker-proxy-0.8.0_p20201215
31 cli? ( app-emulation/docker-cli )
32 container-init? ( >=sys-process/tini-0.19.0[static] )
33 "
34 @@ -288,6 +288,6 @@ pkg_postinst() {
35 ewarn "run the following command:"
36 ewarn
37 ewarn "# emerge --noreplace docker-cli"
38 - ewarn
39 + ewarn
40 fi
41 }