summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-containers/grype/grype-0.72.0.ebuild5
1 files 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() {