Gentoo Archives: gentoo-commits

From: Jory Pratt <anarchy@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: x11-wm/i3/
Date: Tue, 28 Jan 2020 18:24:58
Message-Id: 1580235887.0b41a629b27df0106ade33c9c9d86b8989eeb783.anarchy@gentoo
1 commit: 0b41a629b27df0106ade33c9c9d86b8989eeb783
2 Author: Jory Pratt <anarchy <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 28 18:24:47 2020 +0000
4 Commit: Jory Pratt <anarchy <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 28 18:24:47 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=0b41a629
7
8 x11-wm/i3: adjust cairo dep
9
10 Package-Manager: Portage-2.3.86, Repoman-2.3.20
11 Signed-off-by: Jory Pratt <anarchy <AT> gentoo.org>
12
13 x11-wm/i3/i3-4.13-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-wm/i3/i3-4.13-r1.ebuild b/x11-wm/i3/i3-4.13-r1.ebuild
17 index 62b09ea..5e01065 100644
18 --- a/x11-wm/i3/i3-4.13-r1.ebuild
19 +++ b/x11-wm/i3/i3-4.13-r1.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -25,7 +25,7 @@ CDEPEND="dev-libs/libev
27 x11-libs/xcb-util-keysyms
28 x11-libs/xcb-util-wm
29 x11-libs/xcb-util-xrm
30 - >=x11-libs/cairo-1.14.4[X,xcb]
31 + >=x11-libs/cairo-1.14.4[X,xcb(+)]
32 >=x11-libs/pango-1.30.0[X]"
33 DEPEND="${CDEPEND}
34 doc? ( app-text/asciidoc app-text/xmlto dev-lang/perl )