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 6CF4B15ACFB for ; Sun, 9 Apr 2023 14:04:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 92D3AE07EA; Sun, 9 Apr 2023 14:04:37 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7F84FE07EA for ; Sun, 9 Apr 2023 14:04:37 +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 BFCEF335C2E for ; Sun, 9 Apr 2023 14:04:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 22B9A9FA for ; Sun, 9 Apr 2023 14:04:35 +0000 (UTC) From: "Vadim Misbakh-Soloviov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Vadim Misbakh-Soloviov" Message-ID: <1681049070.8961a46c6e48f000b1efa9aaa11b948c33320f6f.mva@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: mva X-VCS-Committer-Name: Vadim Misbakh-Soloviov X-VCS-Revision: 8961a46c6e48f000b1efa9aaa11b948c33320f6f X-VCS-Branch: dev Date: Sun, 9 Apr 2023 14:04:35 +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: 14bcf54b-8e95-4374-8ea4-e2b1647ed000 X-Archives-Hash: ab7b3f3e4caf9427290cc4a22a838fdd commit: 8961a46c6e48f000b1efa9aaa11b948c33320f6f Author: Vadim Misbakh-Soloviov gentoo org> AuthorDate: Sun Apr 9 14:04:30 2023 +0000 Commit: Vadim Misbakh-Soloviov gentoo org> CommitDate: Sun Apr 9 14:04:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=8961a46c app-misc/nwg-look: fix misspelled quote Signed-off-by: Vadim Misbakh-Soloviov gentoo.org> app-misc/nwg-look/nwg-look-0.2.1.ebuild | 3 ++- 1 file changed, 2 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 21dbc80c1..2668d02b8 100644 --- a/app-misc/nwg-look/nwg-look-0.2.1.ebuild +++ b/app-misc/nwg-look/nwg-look-0.2.1.ebuild @@ -17,7 +17,7 @@ KEYWORDS="~amd64" IUSE="" DEPEND=" - media-libs/fontconfig" + media-libs/fontconfig media-libs/freetype media-libs/harfbuzz x11-apps/xcur2png @@ -25,6 +25,7 @@ DEPEND=" x11-libs/gdk-pixbuf x11-libs/gtk+:3 x11-libs/pango +" RDEPEND="${DEPEND}" BDEPEND=""