Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/i3/
Date: Tue, 27 Sep 2022 05:23:48
Message-Id: 1664256212.d8c94973c90aa4448a02afbffe2fb2a11e8e39d2.jsmolic@gentoo
1 commit: d8c94973c90aa4448a02afbffe2fb2a11e8e39d2
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 26 19:27:17 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Tue Sep 27 05:23:32 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8c94973
7
8 x11-wm/i3: Switch from pcre to pcre2
9
10 https://github.com/i3/i3/pull/4684
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 x11-wm/i3/i3-9999.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild
17 index 8aedb5be5197..af60288595be 100644
18 --- a/x11-wm/i3/i3-9999.ebuild
19 +++ b/x11-wm/i3/i3-9999.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 +# Copyright 1999-2022 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=7
26 @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )"
27
28 COMMON_DEPEND="
29 dev-libs/libev
30 - dev-libs/libpcre
31 + dev-libs/libpcre2
32 dev-libs/yajl
33 x11-libs/cairo[X,xcb(+)]
34 x11-libs/libxcb[xkb]