From 23974ed414dbc6c63fb3298db7b15087bee05ced Mon Sep 17 00:00:00 2001 From: "Ronny (tastytea) Gutbrod" Date: Mon, 5 Sep 2022 01:33:35 +0200 Subject: [PATCH] media-fonts/source-pro: depend on old freetype This version includes an SVG table that causes =media-libs/freetype-2.12.1 to be unable to calculate cell height, resulting in unusable output with lines stacked on top of each other in alacritty and probably other programs. Bug: https://bugs.gentoo.org/865103 Signed-off-by: Ronny (tastytea) Gutbrod --- media-fonts/source-pro/source-pro-20170111.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/media-fonts/source-pro/source-pro-20170111.ebuild b/media-fonts/source-pro/source-pro-20170111.ebuild index 23dcb4f60de5be..a90a55deed0396 100644 --- a/media-fonts/source-pro/source-pro-20170111.ebuild +++ b/media-fonts/source-pro/source-pro-20170111.ebuild @@ -28,6 +28,7 @@ RESTRICT="binchecks strip" RDEPEND=" media-libs/fontconfig cjk? ( media-fonts/source-han-sans ) + !>=media-libs/freetype-2.12.1 " FONT_CONF=( "${FILESDIR}"/63-${PN}.conf )