diff --git a/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild b/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild index 580e87dd64..1e466f52f3 100644 --- a/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild +++ b/gui-apps/ReGreet/ReGreet-0.1.1-r4.ebuild @@ -228,14 +228,14 @@ RDEPEND=" || ( gui-wm/sway gui-wm/cage ) systemd? ( sys-apps/systemd[sysv-utils] ) openrc? ( sys-apps/openrc[sysv-utils] ) - gtk4? ( gui-libs/gtk ) || ( x11-libs/gtk+ ) + gui-libs/gtk gui-libs/greetd " BDEPEND=" virtual/rust media-libs/graphene " -IUSE="systemd openrc gtk4" +IUSE="systemd openrc" PATCHES="${FILESDIR}/ReGreet-0.1.1-cargo-lock-fix.diff" diff --git a/gui-apps/ReGreet/ReGreet-9999.ebuild b/gui-apps/ReGreet/ReGreet-9999.ebuild index 4aeff04e33..b91e4cea79 100644 --- a/gui-apps/ReGreet/ReGreet-9999.ebuild +++ b/gui-apps/ReGreet/ReGreet-9999.ebuild @@ -25,14 +25,14 @@ RDEPEND=" || ( gui-wm/sway gui-wm/cage ) systemd? ( sys-apps/systemd[sysv-utils] ) openrc? ( sys-apps/openrc[sysv-utils] ) - gtk4? ( gui-libs/gtk ) || ( x11-libs/gtk+ ) + gui-libs/gtk gui-libs/greetd " BDEPEND=" virtual/rust media-libs/graphene " -IUSE="systemd openrc gtk4" +IUSE="systemd openrc" src_configure() { local myfeatures=( diff --git a/gui-apps/ReGreet/metadata.xml b/gui-apps/ReGreet/metadata.xml index de3360d81b..8d5cf3608c 100644 --- a/gui-apps/ReGreet/metadata.xml +++ b/gui-apps/ReGreet/metadata.xml @@ -4,7 +4,6 @@ Use system-tmpfiles to create cache and logs folder Manually create cache and logs folder - Compile with gtk4 support gonegrier.duarte@gmail.com