Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/fontconfig/
Date: Sat, 29 Oct 2022 19:11:34
Message-Id: 1667070680.e428bed9b70852cea705a8d1a151d66d2bf3c4dd.sam@gentoo
1 commit: e428bed9b70852cea705a8d1a151d66d2bf3c4dd
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 29 19:11:15 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 29 19:11:20 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e428bed9
7
8 media-libs/fontconfig: add Python BDEPEND
9
10 Closes: https://bugs.gentoo.org/878429
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-libs/fontconfig/fontconfig-2.14.1-r1.ebuild | 4 +++-
14 1 file changed, 3 insertions(+), 1 deletion(-)
15
16 diff --git a/media-libs/fontconfig/fontconfig-2.14.1-r1.ebuild b/media-libs/fontconfig/fontconfig-2.14.1-r1.ebuild
17 index 2cf958c879d3..582a9b5420d0 100644
18 --- a/media-libs/fontconfig/fontconfig-2.14.1-r1.ebuild
19 +++ b/media-libs/fontconfig/fontconfig-2.14.1-r1.ebuild
20 @@ -3,7 +3,8 @@
21
22 EAPI=8
23
24 -inherit multilib meson-multilib readme.gentoo-r1
25 +PYTHON_COMPAT=( python3_{8..11} )
26 +inherit multilib meson-multilib python-any-r1 readme.gentoo-r1
27
28 DESCRIPTION="A library for configuring and customizing font access"
29 HOMEPAGE="https://fontconfig.org/"
30 @@ -43,6 +44,7 @@ DEPEND="
31 test? ( dev-libs/json-c )
32 "
33 BDEPEND="
34 + ${PYTHON_DEPS}
35 dev-util/gperf
36 virtual/pkgconfig
37 doc? (