Gentoo Archives: gentoo-commits

From: Alessandro Barbieri <lssndrbarbieri@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/uharfbuzz/files/
Date: Wed, 30 Mar 2022 09:11:34
Message-Id: 1648631483.6c0688061058bebfc91962190880c637b02b20c5.Alessandro-Barbieri@gentoo
1 commit: 6c0688061058bebfc91962190880c637b02b20c5
2 Author: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
3 AuthorDate: Wed Mar 30 09:10:27 2022 +0000
4 Commit: Alessandro Barbieri <lssndrbarbieri <AT> gmail <DOT> com>
5 CommitDate: Wed Mar 30 09:11:23 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6c068806
7
8 dev-python/uharfbuzz: also link harfbuzz-subset
9
10 Closes: https://bugs.gentoo.org/836406
11 Signed-off-by: Alessandro Barbieri <lssndrbarbieri <AT> gmail.com>
12
13 dev-python/uharfbuzz/files/uharfbuzz-0.23.0-system-harfbuzz.patch | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/dev-python/uharfbuzz/files/uharfbuzz-0.23.0-system-harfbuzz.patch b/dev-python/uharfbuzz/files/uharfbuzz-0.23.0-system-harfbuzz.patch
17 index 7d6d0829b..8ff591bb1 100644
18 --- a/dev-python/uharfbuzz/files/uharfbuzz-0.23.0-system-harfbuzz.patch
19 +++ b/dev-python/uharfbuzz/files/uharfbuzz-0.23.0-system-harfbuzz.patch
20 @@ -14,7 +14,7 @@
21 extra_compile_args = []
22 extra_link_args = []
23 -libraries = []
24 -+libraries = ['harfbuzz']
25 ++libraries = ['harfbuzz', 'harfbuzz-subset']
26 if platform.system() != 'Windows':
27 extra_compile_args.append('-std=c++11')
28 define_macros.append(('HAVE_MMAP', '1'))