*/*: WhitespaceFound fix

Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
Vitaly Zdanevich
2024-07-19 17:01:38 +04:00
parent af456be219
commit 8c927e8c3e
15 changed files with 70 additions and 69 deletions

View File

@@ -231,10 +231,10 @@ RDEPEND="
gui-libs/gtk
gui-libs/greetd
dev-libs/glib
media-libs/graphene
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/pango
media-libs/graphene
x11-libs/cairo
x11-libs/gdk-pixbuf
x11-libs/pango
"
BDEPEND="
virtual/rust
@@ -308,7 +308,7 @@ src_install() {
}
src_post_install () {
src_post_install() {
if use systemd; then
# Run systemd-tmpfiles to create the log and cache folder
tmpfiles_process regreet.conf

View File

@@ -28,8 +28,8 @@ BDEPEND="
"
src_configure() {
local emesonargs=(
$(meson_feature man man-pages)
)
meson_src_configure
local emesonargs=(
$(meson_feature man man-pages)
)
meson_src_configure
}