commit:     d92f7c8ad05ba4d683352fe5f7ebcca49edaa526
Author:     William Hubbs <williamh <AT> gentoo <DOT> org>
AuthorDate: Fri Nov  3 16:40:45 2023 +0000
Commit:     William Hubbs <williamh <AT> gentoo <DOT> org>
CommitDate: Fri Nov  3 16:43:32 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d92f7c8a

app-containers/grype: build fix for 0.72.0

Closes: https://bugs.gentoo.org/916740
Signed-off-by: William Hubbs <williamh <AT> gentoo.org>

 app-containers/grype/grype-0.72.0.ebuild | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/app-containers/grype/grype-0.72.0.ebuild 
b/app-containers/grype/grype-0.72.0.ebuild
index 328d4263b439..acccd2982d3f 100644
--- a/app-containers/grype/grype-0.72.0.ebuild
+++ b/app-containers/grype/grype-0.72.0.ebuild
@@ -24,8 +24,9 @@ src_compile() {
                -X github.com/anchore/grype/internal/version.version=${PV}
                -X 
github.com/anchore/grype/internal/version.syftVersion=${SYFT_VERSION}
                -X 
github.com/anchore/grype/internal/version.gitCommit=${GIT_COMMIT}
-                       -X 
github.com/anchore/grype/internal/version.buildDate=${BUILD_DATE}
-                       -X 
github.com/anchore/grype/internal/version.gitDescription=v${PV}"
+               -X 
github.com/anchore/grype/internal/version.buildDate=${BUILD_DATE}
+               -X 
github.com/anchore/grype/internal/version.gitDescription=v${PV}
+               " ./cmd/grype
 }
 
 src_install() {

Reply via email to