commit:     70640b438a747db507d62dfedcaa522b4e7c2719
Author:     Brayan M. Salazar <this.brayan <AT> proton <DOT> me>
AuthorDate: Tue Jul 23 20:12:14 2024 +0000
Commit:     Brayan <this.brayan <AT> proton <DOT> me>
CommitDate: Tue Jul 23 20:12:14 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=70640b43

gui-apps/gtklock: Fixed self-assignment.

Signed-off-by: Brayan M. Salazar <this.brayan <AT> proton.me>

 gui-apps/gtklock/gtklock-3.0.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gui-apps/gtklock/gtklock-3.0.0-r1.ebuild 
b/gui-apps/gtklock/gtklock-3.0.0-r1.ebuild
index 497bd6f06..08702401b 100644
--- a/gui-apps/gtklock/gtklock-3.0.0-r1.ebuild
+++ b/gui-apps/gtklock/gtklock-3.0.0-r1.ebuild
@@ -20,7 +20,7 @@ RDEPEND="
        x11-libs/gtk+:3[wayland]
        gui-libs/gtk-session-lock
 "
-DEPEND="${DEPEND}"
+DEPEND="${RDEPEND}"
 BDEPEND="
        virtual/pkgconfig
        dev-build/meson

Reply via email to