mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
*/*: whitespace fixes
This fixes the current whitespace issues reported by `pkgcruft scan -r WhitespaceUnneeded`. Signed-off-by: Matt Jolly <kangie@gentoo.org>
This commit is contained in:
@@ -17,18 +17,18 @@ RDEPEND="dev-vcs/git"
|
||||
DOCS=( {CODE-OF-CONDUCT,CONTRIBUTING,README}.md docs )
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
git-r3_src_unpack
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
ego build -o bin/lazygit -ldflags "-X main.version=${PV}"
|
||||
ego build -o bin/lazygit -ldflags "-X main.version=${PV}"
|
||||
}
|
||||
|
||||
src_test() {
|
||||
ego test ./... -short
|
||||
ego test ./... -short
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin bin/lazygit
|
||||
einstalldocs
|
||||
dobin bin/lazygit
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user