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 0E27B15808B for ; Mon, 28 Feb 2022 06:20:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E296AE0823; Mon, 28 Feb 2022 06:20:28 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0E58E0826 for ; Mon, 28 Feb 2022 06:20:28 +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 868C7342F1D for ; Mon, 28 Feb 2022 06:20:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F60F26D for ; Mon, 28 Feb 2022 06:20:25 +0000 (UTC) From: "Anna Vyalkova" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anna Vyalkova" Message-ID: <1646021824.e140bd2f70b781e3a0d85996c3b22e958aad218e.cybertailor@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/gtkcord/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-im/gtkcord/gtkcord-0.1.0-r1.ebuild net-im/gtkcord/gtkcord-0.1.0.ebuild X-VCS-Directories: net-im/gtkcord/ X-VCS-Committer: cybertailor X-VCS-Committer-Name: Anna Vyalkova X-VCS-Revision: e140bd2f70b781e3a0d85996c3b22e958aad218e X-VCS-Branch: dev Date: Mon, 28 Feb 2022 06:20:25 +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: a134cac2-b2e3-4587-980b-eb1a91dba217 X-Archives-Hash: de1aafec01a8fe75a1c2d5531993284e commit: e140bd2f70b781e3a0d85996c3b22e958aad218e Author: Anna (cybertailor) Vyalkova sysrq in> AuthorDate: Sat Feb 26 02:16:40 2022 +0000 Commit: Anna Vyalkova sysrq in> CommitDate: Mon Feb 28 04:17:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e140bd2f net-im/gtkcord: update deps Signed-off-by: Anna (cybertailor) Vyalkova sysrq.in> net-im/gtkcord/{gtkcord-0.1.0.ebuild => gtkcord-0.1.0-r1.ebuild} | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/net-im/gtkcord/gtkcord-0.1.0.ebuild b/net-im/gtkcord/gtkcord-0.1.0-r1.ebuild similarity index 99% rename from net-im/gtkcord/gtkcord-0.1.0.ebuild rename to net-im/gtkcord/gtkcord-0.1.0-r1.ebuild index 96733aefc..687fe0c77 100644 --- a/net-im/gtkcord/gtkcord-0.1.0.ebuild +++ b/net-im/gtkcord/gtkcord-0.1.0-r1.ebuild @@ -334,12 +334,16 @@ KEYWORDS="~amd64" RESTRICT="test" DEPEND=" + dev-libs/atk dev-libs/glib:2 dev-libs/gobject-introspection gui-libs/gtk-layer-shell gui-libs/libhandy:1 + media-libs/harfbuzz:= + x11-libs/cairo x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3 + x11-libs/pango " RDEPEND="${DEPEND}" BDEPEND="virtual/pkgconfig"