diff --git a/gui-apps/ReGreet/ReGreet-9999.ebuild b/gui-apps/ReGreet/ReGreet-9999.ebuild
index f64a16ab8d..f546474cee 100644
--- a/gui-apps/ReGreet/ReGreet-9999.ebuild
+++ b/gui-apps/ReGreet/ReGreet-9999.ebuild
@@ -13,22 +13,22 @@ HOMEPAGE="https://github.com/rharish101/ReGreet"
LICENSE="GPL-3"
SLOT="0"
DEPEND="x11-libs/gtk+:3
- gtk4? ( gui-libs/gtk )
- cage? ( gui-wm/cage )
- sway? ( gui-wm/sway )
- || ( gui-wm/cage gui-wm/sway )
+ gtk4? ( gui-libs/gtk )
+ cage? ( gui-wm/cage )
+ sway? ( gui-wm/sway )
+ || ( gui-wm/cage gui-wm/sway )
"
+
RDEPEND="
- ${DEPEND}
- gui-libs/greetd
+ ${DEPEND}
+ gui-libs/greetd
"
BDEPEND="
- virtual/rust
+ virtual/rust
"
IUSE="gtk4 logs cage sway"
REQUIRED_USE="|| ( cage sway ) cage? ( !sway ) sway? ( !cage )"
-
src_unpack() {
git-r3_src_unpack
cargo_live_src_unpack
diff --git a/gui-apps/ReGreet/metadata.xml b/gui-apps/ReGreet/metadata.xml
index 5cac656059..fcf77a1fa9 100644
--- a/gui-apps/ReGreet/metadata.xml
+++ b/gui-apps/ReGreet/metadata.xml
@@ -5,7 +5,7 @@
Compile with support for gtk4
Use cage to start ReGreet
Use sway to start ReGreet
- Compile ReGreet with logs enable (debug)
+ Compile logs support ReGreet (debug)
rharish101/ReGreet