summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2023-11-03 11:40:45 -0500
committerWilliam Hubbs <williamh@gentoo.org>2023-11-03 11:43:32 -0500
commitd92f7c8ad05ba4d683352fe5f7ebcca49edaa526 (patch)
tree1d38868728093cac3ec5762eea79ab2ac127006c /app-containers/grype
parentdev-python/PyQt5: Stabilize 5.15.10-r1 arm64, #916751 (diff)
downloadgentoo-d92f7c8ad05ba4d683352fe5f7ebcca49edaa526.tar.gz
gentoo-d92f7c8ad05ba4d683352fe5f7ebcca49edaa526.tar.bz2
gentoo-d92f7c8ad05ba4d683352fe5f7ebcca49edaa526.zip
app-containers/grype: build fix for 0.72.0
Closes: https://bugs.gentoo.org/916740 Signed-off-by: William Hubbs <williamh@gentoo.org>
Diffstat (limited to 'app-containers/grype')
-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() {