Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/
Date: Fri, 02 Dec 2022 03:02:04
Message-Id: 1669950104.337a97f5660ed827c17f487acdf5fb9f71bbdf1b.mattst88@gentoo
1 commit: 337a97f5660ed827c17f487acdf5fb9f71bbdf1b
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 2 03:01:21 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 2 03:01:44 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337a97f5
7
8 dev-libs/glib: Depend on dev-libs/libpcre2[unicode(+)]
9
10 Closes: https://bugs.gentoo.org/883739
11 Closes: https://bugs.gentoo.org/883779
12 Closes: https://bugs.gentoo.org/883877
13 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
14
15 dev-libs/glib/{glib-2.74.3.ebuild => glib-2.74.3-r1.ebuild} | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18 diff --git a/dev-libs/glib/glib-2.74.3.ebuild b/dev-libs/glib/glib-2.74.3-r1.ebuild
19 similarity index 99%
20 rename from dev-libs/glib/glib-2.74.3.ebuild
21 rename to dev-libs/glib/glib-2.74.3-r1.ebuild
22 index c62ece284c75..7585636eb1ea 100644
23 --- a/dev-libs/glib/glib-2.74.3.ebuild
24 +++ b/dev-libs/glib/glib-2.74.3-r1.ebuild
25 @@ -30,7 +30,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~
26 RDEPEND="
27 !<dev-util/gdbus-codegen-${PV}
28 >=virtual/libiconv-0-r1[${MULTILIB_USEDEP}]
29 - >=dev-libs/libpcre2-10.32:0=[${MULTILIB_USEDEP},static-libs?]
30 + >=dev-libs/libpcre2-10.32:0=[${MULTILIB_USEDEP},unicode(+),static-libs?]
31 >=dev-libs/libffi-3.0.13-r1:=[${MULTILIB_USEDEP}]
32 >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}]
33 >=virtual/libintl-0-r2[${MULTILIB_USEDEP}]