app-admin/aws-vault: remove superfluous die

Signed-off-by: Lucio Sauer <watermanpaint@posteo.net>
This commit is contained in:
Lucio Sauer
2026-01-05 02:42:49 +01:00
parent 8cd1eb4b06
commit 9598de30cb
2 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -19,7 +19,7 @@ KEYWORDS="~amd64"
RDEPEND="${DEPEND}"
src_compile() {
go build -ldflags "-s -w -X \"main.Version=${PV}\"" -o "${PN}" || die "go build failed"
ego build -ldflags "-s -w -X \"main.Version=${PV}\"" -o "${PN}"
}
src_install() {

View File

@@ -1,4 +1,4 @@
# Copyright 2023 Gentoo Authors
# Copyright 2023-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="~amd64"
src_compile() {
ego build -ldflags "-s -w -X \"main.Version=${PV}\"" -o "${PN}" || die
ego build -ldflags "-s -w -X \"main.Version=${PV}\"" -o "${PN}"
}
src_install() {