commit: 6dd67d6620e263eedbcf308028dc6f9b903463f2 Author: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> AuthorDate: Tue Jul 29 14:35:30 2025 +0000 Commit: Lucio Sauer <watermanpaint <AT> posteo <DOT> net> CommitDate: Tue Jul 29 14:52:04 2025 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6dd67d66
app-misc/lf: QA check fixes * Install bashcomp alias for lfcd. * Don't strip the binary. Closes: https://bugs.gentoo.org/927509 Signed-off-by: Lucio Sauer <watermanpaint <AT> posteo.net> app-misc/lf/{lf-33.ebuild => lf-33-r1.ebuild} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app-misc/lf/lf-33.ebuild b/app-misc/lf/lf-33-r1.ebuild similarity index 93% rename from app-misc/lf/lf-33.ebuild rename to app-misc/lf/lf-33-r1.ebuild index 607ee117fc..2e1387cbff 100644 --- a/app-misc/lf/lf-33.ebuild +++ b/app-misc/lf/lf-33-r1.ebuild @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="+static" src_compile() { - local ldflags="-s -w -X main.gVersion=r${PV}" + local ldflags="-w -X main.gVersion=r${PV}" use static && { export CGO_ENABLED=0 ldflags+=' -extldflags "-static"' @@ -42,6 +42,7 @@ src_install() { # bash-completion newbashcomp "etc/${PN}.bash" "${PN}" + bashcomp_alias lf lfcd # zsh-completion newzshcomp "etc/${PN}.zsh" "_${PN}"
