From 0a188a26cd2d4224af6be210675cba1f17d6a407 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Tue, 17 Sep 2024 09:44:39 +0200 Subject: [PATCH] app-containers/docker-cli: apply Flatcar patch * for now, manpages are not generated yet. Signed-off-by: Mathieu Tortuyaux --- .../app-containers/docker-cli/docker-cli-27.2.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk_container/src/third_party/portage-stable/app-containers/docker-cli/docker-cli-27.2.1.ebuild b/sdk_container/src/third_party/portage-stable/app-containers/docker-cli/docker-cli-27.2.1.ebuild index 59093abdc5e..ffffd60394b 100644 --- a/sdk_container/src/third_party/portage-stable/app-containers/docker-cli/docker-cli-27.2.1.ebuild +++ b/sdk_container/src/third_party/portage-stable/app-containers/docker-cli/docker-cli-27.2.1.ebuild @@ -12,7 +12,7 @@ inherit bash-completion-r1 golang-vcs-snapshot DESCRIPTION="the command line binary for docker" HOMEPAGE="https://www.docker.com/" SRC_URI="https://github.com/docker/cli/archive/v${MY_PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-man.tar.xz" +# SRC_URI+=" https://dev.gentoo.org/~williamh/dist/${P}-man.tar.xz" LICENSE="Apache-2.0" SLOT="0" @@ -31,7 +31,7 @@ S="${WORKDIR}/${P}/src/${EGO_PN}" src_unpack() { golang-vcs-snapshot_src_unpack set -- ${A} - unpack ${2} + # unpack ${2} } src_prepare() {