Gentoo Archives: gentoo-commits

From: Anna Vyalkova <cyber+gentoo@×××××.in>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-im/gtkcord/
Date: Mon, 28 Feb 2022 06:20:30
Message-Id: 1646021824.e140bd2f70b781e3a0d85996c3b22e958aad218e.cybertailor@gentoo
1 commit: e140bd2f70b781e3a0d85996c3b22e958aad218e
2 Author: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
3 AuthorDate: Sat Feb 26 02:16:40 2022 +0000
4 Commit: Anna Vyalkova <cyber+gentoo <AT> sysrq <DOT> in>
5 CommitDate: Mon Feb 28 04:17:04 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e140bd2f
7
8 net-im/gtkcord: update deps
9
10 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo <AT> sysrq.in>
11
12 net-im/gtkcord/{gtkcord-0.1.0.ebuild => gtkcord-0.1.0-r1.ebuild} | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/net-im/gtkcord/gtkcord-0.1.0.ebuild b/net-im/gtkcord/gtkcord-0.1.0-r1.ebuild
16 similarity index 99%
17 rename from net-im/gtkcord/gtkcord-0.1.0.ebuild
18 rename to net-im/gtkcord/gtkcord-0.1.0-r1.ebuild
19 index 96733aefc..687fe0c77 100644
20 --- a/net-im/gtkcord/gtkcord-0.1.0.ebuild
21 +++ b/net-im/gtkcord/gtkcord-0.1.0-r1.ebuild
22 @@ -334,12 +334,16 @@ KEYWORDS="~amd64"
23 RESTRICT="test"
24
25 DEPEND="
26 + dev-libs/atk
27 dev-libs/glib:2
28 dev-libs/gobject-introspection
29 gui-libs/gtk-layer-shell
30 gui-libs/libhandy:1
31 + media-libs/harfbuzz:=
32 + x11-libs/cairo
33 x11-libs/gdk-pixbuf:2
34 x11-libs/gtk+:3
35 + x11-libs/pango
36 "
37 RDEPEND="${DEPEND}"
38 BDEPEND="virtual/pkgconfig"