Gentoo Archives: gentoo-commits

From: "Robin H. Johnson" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
Date: Sat, 17 Nov 2018 16:33:21
Message-Id: 1542472351.fd5c0f8807c036335493f5e19990be5d0e8fd987.robbat2@gentoo
1 commit: fd5c0f8807c036335493f5e19990be5d0e8fd987
2 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Nov 17 16:22:58 2018 +0000
4 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org>
5 CommitDate: Sat Nov 17 16:32:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd5c0f88
7
8 x11-libs/pango: update dev-libs/glib dep
9
10 pango requires symbols that were only introduced in glib-2.50.2:
11 G_UNICODE_BREAK_ZERO_WIDTH_JOINER, G_UNICODE_BREAK_EMOJI_BASE,
12 G_UNICODE_BREAK_EMOJI_MODIFIER
13
14 Package-Manager: Portage-2.3.51, Repoman-2.3.12
15 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org>
16
17 x11-libs/pango/pango-1.42.4.ebuild | 2 +-
18 1 file changed, 1 insertion(+), 1 deletion(-)
19
20 diff --git a/x11-libs/pango/pango-1.42.4.ebuild b/x11-libs/pango/pango-1.42.4.ebuild
21 index 73a617d84d4..7468d1e335d 100644
22 --- a/x11-libs/pango/pango-1.42.4.ebuild
23 +++ b/x11-libs/pango/pango-1.42.4.ebuild
24 @@ -17,7 +17,7 @@ IUSE="X +introspection test"
25
26 RDEPEND="
27 >=media-libs/harfbuzz-1.4.2:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
28 - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}]
29 + >=dev-libs/glib-2.50.2:2[${MULTILIB_USEDEP}]
30 >=media-libs/fontconfig-2.12.92:1.0=[${MULTILIB_USEDEP}]
31 >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
32 >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}]