diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2018-11-17 08:22:58 -0800 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2018-11-17 08:32:31 -0800 |
commit | fd5c0f8807c036335493f5e19990be5d0e8fd987 (patch) | |
tree | ed6994024ccd4073146c8f5fa6b3e9d0d0627ec7 /x11-libs/pango | |
parent | app-arch/zstd: arm stable wrt bug #665190 (diff) | |
download | gentoo-fd5c0f8807c036335493f5e19990be5d0e8fd987.tar.gz gentoo-fd5c0f8807c036335493f5e19990be5d0e8fd987.tar.bz2 gentoo-fd5c0f8807c036335493f5e19990be5d0e8fd987.zip |
x11-libs/pango: update dev-libs/glib dep
pango requires symbols that were only introduced in glib-2.50.2:
G_UNICODE_BREAK_ZERO_WIDTH_JOINER, G_UNICODE_BREAK_EMOJI_BASE,
G_UNICODE_BREAK_EMOJI_MODIFIER
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Diffstat (limited to 'x11-libs/pango')
-rw-r--r-- | x11-libs/pango/pango-1.42.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-libs/pango/pango-1.42.4.ebuild b/x11-libs/pango/pango-1.42.4.ebuild index 73a617d84d49..7468d1e335da 100644 --- a/x11-libs/pango/pango-1.42.4.ebuild +++ b/x11-libs/pango/pango-1.42.4.ebuild @@ -17,7 +17,7 @@ IUSE="X +introspection test" RDEPEND=" >=media-libs/harfbuzz-1.4.2:=[glib(+),truetype(+),${MULTILIB_USEDEP}] - >=dev-libs/glib-2.34.3:2[${MULTILIB_USEDEP}] + >=dev-libs/glib-2.50.2:2[${MULTILIB_USEDEP}] >=media-libs/fontconfig-2.12.92:1.0=[${MULTILIB_USEDEP}] >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}] >=x11-libs/cairo-1.12.14-r4:=[X?,${MULTILIB_USEDEP}] |