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 79F7A158003 for ; Sun, 2 Apr 2023 12:59:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1D86E07FA; Sun, 2 Apr 2023 12:59:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 868D2E07FA for ; Sun, 2 Apr 2023 12:59:35 +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 5B731340B9B for ; Sun, 2 Apr 2023 12:59:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8577E8E4 for ; Sun, 2 Apr 2023 12:59:32 +0000 (UTC) From: "Remigiusz Micielski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Remigiusz Micielski" Message-ID: <1680440368.e97ee9851c87bb0febeda3b3e41cde719aaec27c.remigiusz.micielski@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-misc/nwg-look/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-misc/nwg-look/nwg-look-0.2.1.ebuild X-VCS-Directories: app-misc/nwg-look/ X-VCS-Committer: remigiusz.micielski X-VCS-Committer-Name: Remigiusz Micielski X-VCS-Revision: e97ee9851c87bb0febeda3b3e41cde719aaec27c X-VCS-Branch: dev Date: Sun, 2 Apr 2023 12:59:32 +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: 994e38a2-9658-4f74-b16d-5bfa9a2f3a38 X-Archives-Hash: ea35c3e442f6d71608409c05fa08f9da commit: e97ee9851c87bb0febeda3b3e41cde719aaec27c Author: Remigiusz Micielski gmail com> AuthorDate: Sun Apr 2 12:58:16 2023 +0000 Commit: Remigiusz Micielski gmail com> CommitDate: Sun Apr 2 12:59:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e97ee985 app-misc/nwg-look: add missing dependencies Signed-off-by: Remigiusz Micielski gmail.com> app-misc/nwg-look/nwg-look-0.2.1.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app-misc/nwg-look/nwg-look-0.2.1.ebuild b/app-misc/nwg-look/nwg-look-0.2.1.ebuild index 8a99b55de..0e3c839c4 100644 --- a/app-misc/nwg-look/nwg-look-0.2.1.ebuild +++ b/app-misc/nwg-look/nwg-look-0.2.1.ebuild @@ -16,7 +16,9 @@ SLOT="0" KEYWORDS="~amd64" IUSE="" -DEPEND="" +DEPEND=" + x11-libs/gtk+:3 + x11-apps/xcur2png" RDEPEND="${DEPEND}" BDEPEND=""