From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ED6C6159C96 for ; Tue, 23 Jul 2024 20:22:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 38DDCE2A3A; Tue, 23 Jul 2024 20:22:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15AE1E29E0 for ; Tue, 23 Jul 2024 20:22:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0E2593409EC for ; Tue, 23 Jul 2024 20:22:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68C9D1E4D for ; Tue, 23 Jul 2024 20:22:24 +0000 (UTC) From: "Brayan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Brayan" Message-ID: <1721765534.70640b438a747db507d62dfedcaa522b4e7c2719.this.brayan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: gui-apps/gtklock/ X-VCS-Repository: repo/proj/guru X-VCS-Files: gui-apps/gtklock/gtklock-3.0.0-r1.ebuild X-VCS-Directories: gui-apps/gtklock/ X-VCS-Committer: this.brayan X-VCS-Committer-Name: Brayan X-VCS-Revision: 70640b438a747db507d62dfedcaa522b4e7c2719 X-VCS-Branch: dev Date: Tue, 23 Jul 2024 20:22:24 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7440f139-23b6-4db2-88d3-4d24e483c71d X-Archives-Hash: 6c3925a3e1fe1dce659c1d381e9f68ae commit: 70640b438a747db507d62dfedcaa522b4e7c2719 Author: Brayan M. Salazar proton me> AuthorDate: Tue Jul 23 20:12:14 2024 +0000 Commit: Brayan proton 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 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