commit: 1a0f5051585bd0ea240da3f19a8ec3235ce88bc0 Author: William Hubbs <williamh <AT> gentoo <DOT> org> AuthorDate: Wed Jul 27 18:18:22 2022 +0000 Commit: William Hubbs <williamh <AT> gentoo <DOT> org> CommitDate: Wed Jul 27 18:20:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a0f5051
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 <AT> gentoo.org> app-containers/syft/syft-0.52.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/* }
