diff options
author | Sam James <sam@gentoo.org> | 2022-05-07 22:05:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-05-07 22:05:45 +0100 |
commit | 2bbf41b86ffd0adcd87bdd56a6cec9fad95c8493 (patch) | |
tree | ed93ae6993ba203ac6920edabcbf672ec666eec6 /app-text | |
parent | dev-python/flask: Remove old (diff) | |
download | gentoo-2bbf41b86ffd0adcd87bdd56a6cec9fad95c8493.tar.gz gentoo-2bbf41b86ffd0adcd87bdd56a6cec9fad95c8493.tar.bz2 gentoo-2bbf41b86ffd0adcd87bdd56a6cec9fad95c8493.zip |
app-text/poppler: add lower bound on freetype
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/poppler/poppler-22.05.0.ebuild | 2 | ||||
-rw-r--r-- | app-text/poppler/poppler-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-text/poppler/poppler-22.05.0.ebuild b/app-text/poppler/poppler-22.05.0.ebuild index 5d80bacd8b0c..4f4a7d09522e 100644 --- a/app-text/poppler/poppler-22.05.0.ebuild +++ b/app-text/poppler/poppler-22.05.0.ebuild @@ -26,7 +26,7 @@ RESTRICT="test" DEPEND=" media-libs/fontconfig - media-libs/freetype + >=media-libs/freetype-2.8 sys-libs/zlib cairo? ( dev-libs/glib:2 diff --git a/app-text/poppler/poppler-9999.ebuild b/app-text/poppler/poppler-9999.ebuild index 945267131b33..0f25d94a5279 100644 --- a/app-text/poppler/poppler-9999.ebuild +++ b/app-text/poppler/poppler-9999.ebuild @@ -26,7 +26,7 @@ RESTRICT="test" DEPEND=" media-libs/fontconfig - media-libs/freetype + >=media-libs/freetype-2.8 sys-libs/zlib cairo? ( dev-libs/glib:2 |