commit:     60c6294ba52b585673ef679432fe6ab4ca71b108
Author:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 23 07:38:25 2020 +0000
Commit:     Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Wed Sep 23 07:43:16 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60c6294b

app-emulation/docker: fix runc symlink

Closes: https://bugs.gentoo.org/744253
Package-Manager: Portage-3.0.8, Repoman-3.0.1
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>

 .../docker/{docker-19.03.13.ebuild => docker-19.03.13-r1.ebuild}       | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/app-emulation/docker/docker-19.03.13.ebuild 
b/app-emulation/docker/docker-19.03.13-r1.ebuild
similarity index 99%
rename from app-emulation/docker/docker-19.03.13.ebuild
rename to app-emulation/docker/docker-19.03.13-r1.ebuild
index e1df62c680d..94fb34cc447 100644
--- a/app-emulation/docker/docker-19.03.13.ebuild
+++ b/app-emulation/docker/docker-19.03.13-r1.ebuild
@@ -30,6 +30,7 @@ IUSE="apparmor aufs btrfs +container-init device-mapper 
hardened overlay seccomp
 BDEPEND="
        >=dev-lang/go-1.13.12
        dev-go/go-md2man
+       virtual/pkgconfig
 "
 
 DEPEND="
@@ -254,7 +255,7 @@ src_compile() {
 src_install() {
        dosym containerd /usr/bin/docker-containerd
        dosym containerd-shim /usr/bin/docker-containerd-shim
-       dosym runc /usr/bin/docker-runc
+       dosym ../sbin/runc /usr/bin/docker-runc
        use container-init && dosym tini /usr/bin/docker-init
 
        pushd components/engine || die

Reply via email to