diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-05-23 07:12:00 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-05-23 07:28:58 +0100 |
commit | 852f5e982bbbedfa427bde1b17126b5bc6746bc2 (patch) | |
tree | 7459d3725ebc6e0dd434b1d0428de91051a8592a /media-gfx | |
parent | dev-db/postgresql: Support python 3.11 (diff) | |
download | gentoo-852f5e982bbbedfa427bde1b17126b5bc6746bc2.tar.gz gentoo-852f5e982bbbedfa427bde1b17126b5bc6746bc2.tar.bz2 gentoo-852f5e982bbbedfa427bde1b17126b5bc6746bc2.zip |
media-gfx/ttfautohint: fix harfbuzz dependency
Closes: https://bugs.gentoo.org/846908
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/ttfautohint/ttfautohint-1.8.4-r3.ebuild (renamed from media-gfx/ttfautohint/ttfautohint-1.8.4-r2.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/ttfautohint/ttfautohint-1.8.4-r2.ebuild b/media-gfx/ttfautohint/ttfautohint-1.8.4-r3.ebuild index a15206b84bb9..4e8b808e396f 100644 --- a/media-gfx/ttfautohint/ttfautohint-1.8.4-r2.ebuild +++ b/media-gfx/ttfautohint/ttfautohint-1.8.4-r3.ebuild @@ -16,7 +16,7 @@ IUSE="qt5" RDEPEND=" media-libs/freetype - media-libs/harfbuzz:= + media-libs/harfbuzz:=[truetype] qt5? ( dev-qt/qtcore:5 dev-qt/qtgui:5 |