commit:     f86d567f6dfb7f9cea667b8690f67568c9cee3e0
Author:     Alexey Zapparov <alexey <AT> zapparov <DOT> com>
AuthorDate: Mon Jan  5 01:15:58 2026 +0000
Commit:     David Roman <davidroman96 <AT> gmail <DOT> com>
CommitDate: Mon Jan  5 01:21:44 2026 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=f86d567f

app-admin/aws-vault: Modernize build stage

Original[1] upstream has been abandoned, and suggests[2] migrating to
maintained fork[3].

[1]: https://github.com/99designs/aws-vault
[2]: https://github.com/99designs/aws-vault/pull/1270
[3]: https://github.com/ByteNess/aws-vault

Signed-off-by: Alexey Zapparov <alexey <AT> zapparov.com>

 .../aws-vault/{aws-vault-7.8.6.ebuild => aws-vault-7.8.6-r1.ebuild}     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-admin/aws-vault/aws-vault-7.8.6.ebuild 
b/app-admin/aws-vault/aws-vault-7.8.6-r1.ebuild
similarity index 86%
rename from app-admin/aws-vault/aws-vault-7.8.6.ebuild
rename to app-admin/aws-vault/aws-vault-7.8.6-r1.ebuild
index 2b9b127a8e..e150a65efb 100644
--- a/app-admin/aws-vault/aws-vault-7.8.6.ebuild
+++ b/app-admin/aws-vault/aws-vault-7.8.6-r1.ebuild
@@ -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}" || die
 }
 
 src_install() {

Reply via email to