commit: c9139258aceec2fdfa50d96d2ae127c20571b30f Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Jul 17 14:33:58 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Jul 17 15:24:06 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9139258
dev-util/datree: do not strip during build Closes: https://bugs.gentoo.org/960111 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> dev-util/datree/{datree-1.9.19.ebuild => datree-1.9.19-r1.ebuild} | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/dev-util/datree/datree-1.9.19.ebuild b/dev-util/datree/datree-1.9.19-r1.ebuild similarity index 95% rename from dev-util/datree/datree-1.9.19.ebuild rename to dev-util/datree/datree-1.9.19-r1.ebuild index 662b0c8c80e9..c3842eb480ca 100644 --- a/dev-util/datree/datree-1.9.19.ebuild +++ b/dev-util/datree/datree-1.9.19-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -22,8 +22,6 @@ DOCS=( README.md examples ) src_compile() { local go_ldflags=" - -s - -w -X github.com/datreeio/datree/cmd.CliVersion=${PV} " local -a go_buildargs=(
