dev-vcs/lefthook: add 1.5.5-r1, drop 1.5.5

Override src_test function. `make test` has hardcoded `-race` option
that conflicts with conditionally set `-buildmode=pie`.

Closes: https://bugs.gentoo.org/920634
Signed-off-by: Alexey Zapparov <alexey@zapparov.com>
This commit is contained in:
Alexey Zapparov
2023-12-26 20:15:11 +01:00
parent fa274d11e7
commit cd5dbae6c2

View File

@@ -28,6 +28,10 @@ src_compile() {
ego build
}
src_test() {
ego test -timeout=30s ./...
}
src_install() {
dobin "${PN}"
dodoc README.md CHANGELOG.md docs/configuration.md docs/usage.md