mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
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:
@@ -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
|
||||
Reference in New Issue
Block a user