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 AF25B15800B for ; Wed, 5 Apr 2023 09:16:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F2EB1E0837; Wed, 5 Apr 2023 09:16:58 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 D90CCE0837 for ; Wed, 5 Apr 2023 09:16:58 +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 22E2F340E9F for ; Wed, 5 Apr 2023 09:16:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B43A0A16 for ; Wed, 5 Apr 2023 09:16:56 +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: <1680686212.e95fb9587030be6a310a9c410ac6fc8e07c86264.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: e95fb9587030be6a310a9c410ac6fc8e07c86264 X-VCS-Branch: dev Date: Wed, 5 Apr 2023 09:16:56 +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: bf5e7819-90e5-4c94-a29d-8859d1062292 X-Archives-Hash: 9a869dd7cca76d5edc567d9cba78c949 commit: e95fb9587030be6a310a9c410ac6fc8e07c86264 Author: Remigiusz Micielski gmail com> AuthorDate: Wed Apr 5 09:09:01 2023 +0000 Commit: Remigiusz Micielski gmail com> CommitDate: Wed Apr 5 09:16:52 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e95fb958 app-misc/nwg-look: add missing dependencies Signed-off-by: Remigiusz Micielski gmail.com> app-misc/nwg-look/nwg-look-0.2.1.ebuild | 8 +++++++- 1 file changed, 7 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 0e3c839c4..21dbc80c1 100644 --- a/app-misc/nwg-look/nwg-look-0.2.1.ebuild +++ b/app-misc/nwg-look/nwg-look-0.2.1.ebuild @@ -17,8 +17,14 @@ KEYWORDS="~amd64" IUSE="" DEPEND=" + media-libs/fontconfig" + media-libs/freetype + media-libs/harfbuzz + x11-apps/xcur2png + x11-libs/cairo + x11-libs/gdk-pixbuf x11-libs/gtk+:3 - x11-apps/xcur2png" + x11-libs/pango RDEPEND="${DEPEND}" BDEPEND=""