From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1503972-garchives=archives.gentoo.org@lists.gentoo.org> 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 2A828158062 for <garchives@archives.gentoo.org>; Tue, 4 Apr 2023 07:48:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5906AE07C7; Tue, 4 Apr 2023 07:48:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 41CB5E07C7 for <gentoo-commits@lists.gentoo.org>; Tue, 4 Apr 2023 07:48:49 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2C026340C59 for <gentoo-commits@lists.gentoo.org>; Tue, 4 Apr 2023 07:48:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B83CA22 for <gentoo-commits@lists.gentoo.org>; Tue, 4 Apr 2023 07:48:45 +0000 (UTC) From: "Florian Schmaus" <flow@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org> Message-ID: <1680440368.e97ee9851c87bb0febeda3b3e41cde719aaec27c.flow@gentoo> Subject: [gentoo-commits] repo/proj/guru:master 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: flow X-VCS-Committer-Name: Florian Schmaus X-VCS-Revision: e97ee9851c87bb0febeda3b3e41cde719aaec27c X-VCS-Branch: master Date: Tue, 4 Apr 2023 07:48:45 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3fbe8db3-e4b6-436c-bcd0-31e4b734e334 X-Archives-Hash: edb7cef52ca7db384bb30cb8f65e71b7 commit: e97ee9851c87bb0febeda3b3e41cde719aaec27c Author: Remigiusz Micielski <remigiusz.micielski <AT> gmail <DOT> com> AuthorDate: Sun Apr 2 12:58:16 2023 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> 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 <remigiusz.micielski <AT> 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=""