commit: ad8765a76ba14b677a1f4f44ff12bad2a94ee13c
Author: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
AuthorDate: Sun Nov 23 12:08:21 2025 +0000
Commit: Paul Zander <negril.nx+gentoo <AT> gmail <DOT> com>
CommitDate: Sun Nov 23 12:19:26 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=ad8765a7
gui-apps/wayfreeze: fix whitespace
Fixes: 8666a4167b23c6dae66e10b82602863968fa5cb4
Signed-off-by: Paul Zander <negril.nx+gentoo <AT> gmail.com>
gui-apps/wayfreeze/wayfreeze-9999.ebuild | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/gui-apps/wayfreeze/wayfreeze-9999.ebuild
b/gui-apps/wayfreeze/wayfreeze-9999.ebuild
index c25e571f76..84405784dc 100644
--- a/gui-apps/wayfreeze/wayfreeze-9999.ebuild
+++ b/gui-apps/wayfreeze/wayfreeze-9999.ebuild
@@ -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
}