summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2022-07-27 13:18:22 -0500
committerWilliam Hubbs <williamh@gentoo.org>2022-07-27 13:20:48 -0500
commit1a0f5051585bd0ea240da3f19a8ec3235ce88bc0 (patch)
tree31913ee2e4c8db8102645a75f381c0500c8183c9
parentdev-util/cargo-ebuild: add 0.5.2 (diff)
downloadgentoo-1a0f5051585bd0ea240da3f19a8ec3235ce88bc0.tar.gz
gentoo-1a0f5051585bd0ea240da3f19a8ec3235ce88bc0.tar.bz2
gentoo-1a0f5051585bd0ea240da3f19a8ec3235ce88bc0.zip
app-containers/syft: fix indentation
Bug: https://bugs.gentoo.org/861428 Bug: https://github.com/gentoo/gentoo/pull/26617 Signed-off-by: William Hubbs <williamh@gentoo.org>
-rw-r--r--app-containers/syft/syft-0.52.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-containers/syft/syft-0.52.0.ebuild b/app-containers/syft/syft-0.52.0.ebuild
index 2c42d972b97c..ed19988d0d34 100644
--- a/app-containers/syft/syft-0.52.0.ebuild
+++ b/app-containers/syft/syft-0.52.0.ebuild
@@ -18,5 +18,5 @@ src_compile() {
}
src_install() {
-dobin bin/*
+ dobin bin/*
}