From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA0EF138359 for ; Wed, 23 Sep 2020 07:43:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34612E0824; Wed, 23 Sep 2020 07:43:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1718BE0824 for ; Wed, 23 Sep 2020 07:43:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A209233BECE for ; Wed, 23 Sep 2020 07:43:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19C59353 for ; Wed, 23 Sep 2020 07:43:25 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1600846996.60c6294ba52b585673ef679432fe6ab4ca71b108.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/docker/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/docker/docker-19.03.13-r1.ebuild app-emulation/docker/docker-19.03.13.ebuild X-VCS-Directories: app-emulation/docker/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 60c6294ba52b585673ef679432fe6ab4ca71b108 X-VCS-Branch: master Date: Wed, 23 Sep 2020 07:43:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 44ec9cbf-3fcf-4cf5-854f-5023379ef20b X-Archives-Hash: f7e31c5dacbf426424b078d9a2142ecd commit: 60c6294ba52b585673ef679432fe6ab4ca71b108 Author: Georgy Yakovlev gentoo org> AuthorDate: Wed Sep 23 07:38:25 2020 +0000 Commit: Georgy Yakovlev gentoo 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 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