Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/pango/
Date: Fri, 30 Apr 2021 20:51:46
Message-Id: 1619815897.fd28d762ba04c07d5b236dd54b0bf17af0000fba.mattst88@gentoo
1 commit: fd28d762ba04c07d5b236dd54b0bf17af0000fba
2 Author: David Michael <fedora.dm0 <AT> gmail <DOT> com>
3 AuthorDate: Fri Apr 30 20:23:42 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Fri Apr 30 20:51:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fd28d762
7
8 x11-libs/pango: pass the introspection flag to harfbuzz
9
10 Signed-off-by: David Michael <fedora.dm0 <AT> gmail.com>
11 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
12
13 x11-libs/pango/pango-1.48.3.ebuild | 2 +-
14 x11-libs/pango/pango-1.48.4.ebuild | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/x11-libs/pango/pango-1.48.3.ebuild b/x11-libs/pango/pango-1.48.3.ebuild
18 index e35db085707..3928315b1d7 100644
19 --- a/x11-libs/pango/pango-1.48.3.ebuild
20 +++ b/x11-libs/pango/pango-1.48.3.ebuild
21 @@ -22,7 +22,7 @@ RDEPEND="
22 >=dev-libs/glib-2.62.2:2[${MULTILIB_USEDEP}]
23 >=media-libs/fontconfig-2.12.92:1.0=[${MULTILIB_USEDEP}]
24 >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
25 - >=media-libs/harfbuzz-2.0:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
26 + >=media-libs/harfbuzz-2.0:=[glib(+),introspection?,truetype(+),${MULTILIB_USEDEP}]
27 >=x11-libs/cairo-1.12.10:=[X,${MULTILIB_USEDEP}]
28 >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
29 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]
30
31 diff --git a/x11-libs/pango/pango-1.48.4.ebuild b/x11-libs/pango/pango-1.48.4.ebuild
32 index e35db085707..3928315b1d7 100644
33 --- a/x11-libs/pango/pango-1.48.4.ebuild
34 +++ b/x11-libs/pango/pango-1.48.4.ebuild
35 @@ -22,7 +22,7 @@ RDEPEND="
36 >=dev-libs/glib-2.62.2:2[${MULTILIB_USEDEP}]
37 >=media-libs/fontconfig-2.12.92:1.0=[${MULTILIB_USEDEP}]
38 >=media-libs/freetype-2.5.0.1:2=[${MULTILIB_USEDEP}]
39 - >=media-libs/harfbuzz-2.0:=[glib(+),truetype(+),${MULTILIB_USEDEP}]
40 + >=media-libs/harfbuzz-2.0:=[glib(+),introspection?,truetype(+),${MULTILIB_USEDEP}]
41 >=x11-libs/cairo-1.12.10:=[X,${MULTILIB_USEDEP}]
42 >=x11-libs/libXrender-0.9.8[${MULTILIB_USEDEP}]
43 >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]