mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
*/*: WhitespaceFound fix
Signed-off-by: Vitaly Zdanevich <zdanevich.vitaly@ya.ru>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user