diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-26 21:27:17 +0200 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-09-27 07:23:32 +0200 |
commit | d8c94973c90aa4448a02afbffe2fb2a11e8e39d2 (patch) | |
tree | b24c428a68651d41c58336b69993b72f75cbff7b /x11-wm | |
parent | x11-wm/i3: add 4.21 (diff) | |
download | gentoo-d8c94973c90aa4448a02afbffe2fb2a11e8e39d2.tar.gz gentoo-d8c94973c90aa4448a02afbffe2fb2a11e8e39d2.tar.bz2 gentoo-d8c94973c90aa4448a02afbffe2fb2a11e8e39d2.zip |
x11-wm/i3: Switch from pcre to pcre2
https://github.com/i3/i3/pull/4684
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/i3/i3-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild index 8aedb5be5197..af60288595be 100644 --- a/x11-wm/i3/i3-9999.ebuild +++ b/x11-wm/i3/i3-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,7 @@ RESTRICT="!test? ( test )" COMMON_DEPEND=" dev-libs/libev - dev-libs/libpcre + dev-libs/libpcre2 dev-libs/yajl x11-libs/cairo[X,xcb(+)] x11-libs/libxcb[xkb] |