diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-21 11:10:56 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-21 11:24:48 +0200 |
commit | a3727071bafa7689bfa84c00c2f00021ddb4c116 (patch) | |
tree | 49019918ece6f409c3083af4f1fa8030726864e9 /dev-python/weasyprint | |
parent | dev-db/mysql-workbench: add 8.0.28 (diff) | |
download | gentoo-a3727071bafa7689bfa84c00c2f00021ddb4c116.tar.gz gentoo-a3727071bafa7689bfa84c00c2f00021ddb4c116.tar.bz2 gentoo-a3727071bafa7689bfa84c00c2f00021ddb4c116.zip |
dev-python/weasyprint: Force ghostscript-gpl < 9.56
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/weasyprint')
-rw-r--r-- | dev-python/weasyprint/weasyprint-54.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/weasyprint/weasyprint-54.3.ebuild b/dev-python/weasyprint/weasyprint-54.3.ebuild index b59226baf8d9..32e507b45ff5 100644 --- a/dev-python/weasyprint/weasyprint-54.3.ebuild +++ b/dev-python/weasyprint/weasyprint-54.3.ebuild @@ -30,7 +30,7 @@ RDEPEND=" BDEPEND=" test? ( - app-text/ghostscript-gpl + <app-text/ghostscript-gpl-9.56 media-fonts/ahem media-fonts/dejavu ) |