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 38548159C9B for ; Wed, 7 Aug 2024 12:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 59A922BC0F6; Wed, 7 Aug 2024 12:06:19 +0000 (UTC) Received: from smtp.gentoo.org (dev.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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 300E02BC0F6 for ; Wed, 7 Aug 2024 12:06:19 +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 67E123430CE for ; Wed, 7 Aug 2024 12:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3745E6F for ; Wed, 7 Aug 2024 12:06:16 +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: <1723032221.2a420e767c8d01c7ac3872a4fd0aef1d825a83fc.this.brayan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-wireless/btscreenlocker/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-wireless/btscreenlocker/btscreenlocker-1.7.0-r1.ebuild net-wireless/btscreenlocker/btscreenlocker-1.7.0.ebuild X-VCS-Directories: net-wireless/btscreenlocker/ X-VCS-Committer: this.brayan X-VCS-Committer-Name: Brayan X-VCS-Revision: 2a420e767c8d01c7ac3872a4fd0aef1d825a83fc X-VCS-Branch: dev Date: Wed, 7 Aug 2024 12:06:16 +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: f2ca2cbe-eb51-4938-8346-ed18d5545bbd X-Archives-Hash: a838b4da505fa98303deeb6d252071eb commit: 2a420e767c8d01c7ac3872a4fd0aef1d825a83fc Author: Brayan M. Salazar proton me> AuthorDate: Wed Aug 7 12:03:41 2024 +0000 Commit: Brayan proton me> CommitDate: Wed Aug 7 12:03:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=2a420e76 net-wireless/btscreenlocker: Fixed missing RDEPEND This revision solves bug #937508 Signed-off-by: Brayan M. Salazar proton.me> .../{btscreenlocker-1.7.0.ebuild => btscreenlocker-1.7.0-r1.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-wireless/btscreenlocker/btscreenlocker-1.7.0.ebuild b/net-wireless/btscreenlocker/btscreenlocker-1.7.0-r1.ebuild similarity index 92% rename from net-wireless/btscreenlocker/btscreenlocker-1.7.0.ebuild rename to net-wireless/btscreenlocker/btscreenlocker-1.7.0-r1.ebuild index 328c9843a..5dbf7c19c 100644 --- a/net-wireless/btscreenlocker/btscreenlocker-1.7.0.ebuild +++ b/net-wireless/btscreenlocker/btscreenlocker-1.7.0-r1.ebuild @@ -21,7 +21,9 @@ dev-qt/qtdbus:5 dev-qt/qtwidgets:5 >=net-wireless/bluez-5.76 " -RDEPEND="${DEPEND}" +RDEPEND="${DEPEND} +dev-qt/qtcore:5 +dev-qt/qtgui:5" BDEPEND=" >=dev-build/cmake-3.28 virtual/pkgconfig