From 248661e4ff48fbf9d796133d983fb24110cb7606 Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Mon, 18 Mar 2024 23:18:35 +0100 Subject: app-containers/earthly: cleanup comments MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-containers/earthly/earthly-0.8.3.ebuild | 2 -- app-containers/earthly/earthly-0.8.4.ebuild | 2 -- app-containers/earthly/earthly-0.8.5.ebuild | 2 -- 3 files changed, 6 deletions(-) (limited to 'app-containers') diff --git a/app-containers/earthly/earthly-0.8.3.ebuild b/app-containers/earthly/earthly-0.8.3.ebuild index 11beaa04885d..95cb587f25e6 100644 --- a/app-containers/earthly/earthly-0.8.3.ebuild +++ b/app-containers/earthly/earthly-0.8.3.ebuild @@ -35,8 +35,6 @@ RDEPEND=" DOCS=( CHANGELOG.md CONTRIBUTING.md README.md ) src_compile() { - # mkdir -p bin || die - local go_tags="dfrunmount,dfrunsecurity,dfsecrets,dfssh,dfrunnetwork,dfheredoc,forceposix" local go_ldflags=" -X main.DefaultBuildkitdImage=docker.io/earthly/buildkitd:v${PV} diff --git a/app-containers/earthly/earthly-0.8.4.ebuild b/app-containers/earthly/earthly-0.8.4.ebuild index 2d492ba3b144..b6506a380599 100644 --- a/app-containers/earthly/earthly-0.8.4.ebuild +++ b/app-containers/earthly/earthly-0.8.4.ebuild @@ -35,8 +35,6 @@ RDEPEND=" DOCS=( CHANGELOG.md CONTRIBUTING.md README.md ) src_compile() { - # mkdir -p bin || die - local go_tags="dfrunmount,dfrunsecurity,dfsecrets,dfssh,dfrunnetwork,dfheredoc,forceposix" local go_ldflags=" -X main.DefaultBuildkitdImage=docker.io/earthly/buildkitd:v${PV} diff --git a/app-containers/earthly/earthly-0.8.5.ebuild b/app-containers/earthly/earthly-0.8.5.ebuild index 5b4f4944a279..97d327f570a3 100644 --- a/app-containers/earthly/earthly-0.8.5.ebuild +++ b/app-containers/earthly/earthly-0.8.5.ebuild @@ -35,8 +35,6 @@ RDEPEND=" DOCS=( CHANGELOG.md CONTRIBUTING.md README.md ) src_compile() { - # mkdir -p bin || die - local go_tags="dfrunmount,dfrunsecurity,dfsecrets,dfssh,dfrunnetwork,dfheredoc,forceposix" local go_ldflags=" -X main.DefaultBuildkitdImage=docker.io/earthly/buildkitd:v${PV} -- cgit v1.2.3-65-gdbad