www-apps/mycorrhiza: don't pre-strip, bump to EAPI 9

Closes: https://bugs.gentoo.org/975666
Signed-off-by: Eric Joldasov <bratishkaerik@landless-city.net>
This commit is contained in:
Eric Joldasov
2026-05-22 15:38:40 +05:00
parent 767470155b
commit 9fad4f69c6
2 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EAPI=9
inherit go-module
@@ -39,7 +39,7 @@ src_unpack() {
src_compile() {
GOFLAGS+=" -mod=vendor -trimpath"
local go_ldflags="-s -linkmode external -extldflags \"${LDFLAGS}\""
local go_ldflags="-linkmode external -extldflags \"${LDFLAGS}\""
ego build ${GOFLAGS} -ldflags="${go_ldflags}" .
}

View File

@@ -1,7 +1,7 @@
# Copyright 2022-2024 Gentoo Authors
# Copyright 2022-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EAPI=9
inherit go-module
@@ -39,7 +39,7 @@ src_unpack() {
src_compile() {
GOFLAGS+=" -mod=vendor -trimpath"
local go_ldflags="-s -linkmode external -extldflags \"${LDFLAGS}\""
local go_ldflags="-linkmode external -extldflags \"${LDFLAGS}\""
ego build ${GOFLAGS} -ldflags="${go_ldflags}" .
}