mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
gui-apps/wayfreeze: fix whitespace
Fixes: 8666a4167b
Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -19,15 +19,15 @@ RDEPEND="${DEPEND}"
|
||||
BDEPEND="dev-lang/rust"
|
||||
|
||||
src_unpack() {
|
||||
git-r3_src_unpack
|
||||
cargo_live_src_unpack
|
||||
git-r3_src_unpack
|
||||
cargo_live_src_unpack
|
||||
}
|
||||
|
||||
src_compile() {
|
||||
cargo_src_compile
|
||||
cargo_src_compile
|
||||
}
|
||||
|
||||
src_install() {
|
||||
dobin target/release/wayfreeze
|
||||
einstalldocs
|
||||
dobin target/release/wayfreeze
|
||||
einstalldocs
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user