Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/weasyprint/
Date: Sat, 21 May 2022 09:24:56
Message-Id: 1653125088.a3727071bafa7689bfa84c00c2f00021ddb4c116.mgorny@gentoo
1 commit: a3727071bafa7689bfa84c00c2f00021ddb4c116
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 21 09:10:56 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat May 21 09:24:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a3727071
7
8 dev-python/weasyprint: Force ghostscript-gpl < 9.56
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/weasyprint/weasyprint-54.3.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/dev-python/weasyprint/weasyprint-54.3.ebuild b/dev-python/weasyprint/weasyprint-54.3.ebuild
16 index b59226baf8d9..32e507b45ff5 100644
17 --- a/dev-python/weasyprint/weasyprint-54.3.ebuild
18 +++ b/dev-python/weasyprint/weasyprint-54.3.ebuild
19 @@ -30,7 +30,7 @@ RDEPEND="
20
21 BDEPEND="
22 test? (
23 - app-text/ghostscript-gpl
24 + <app-text/ghostscript-gpl-9.56
25 media-fonts/ahem
26 media-fonts/dejavu
27 )