diff options
author | Sam James <sam@gentoo.org> | 2021-01-15 00:59:12 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-01-15 00:59:24 +0000 |
commit | 9590677a44b0842e2e39108bc55624c2b15a5b2b (patch) | |
tree | b14d28405a501e855e00d06d6371fa5ebd05426b /app-text/dvisvgm/dvisvgm-2.11-r1.ebuild | |
parent | app-text/dvisvgm: add openssl dep (diff) | |
download | gentoo-9590677a44b0842e2e39108bc55624c2b15a5b2b.tar.gz gentoo-9590677a44b0842e2e39108bc55624c2b15a5b2b.tar.bz2 gentoo-9590677a44b0842e2e39108bc55624c2b15a5b2b.zip |
app-text/dvisvgm: fix other dependencies
* Fixup older ebuild (current stable) with newer dependency
fixes
* Add missing := on brotli
Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/dvisvgm/dvisvgm-2.11-r1.ebuild')
-rw-r--r-- | app-text/dvisvgm/dvisvgm-2.11-r1.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app-text/dvisvgm/dvisvgm-2.11-r1.ebuild b/app-text/dvisvgm/dvisvgm-2.11-r1.ebuild index bcbd6a68bdb1..aa5dfaf017e7 100644 --- a/app-text/dvisvgm/dvisvgm-2.11-r1.ebuild +++ b/app-text/dvisvgm/dvisvgm-2.11-r1.ebuild @@ -27,7 +27,7 @@ BDEPEND=" test? ( dev-cpp/gtest ) " RDEPEND=" - >=app-arch/brotli-1.0.5 + >=app-arch/brotli-1.0.5:= app-text/ghostscript-gpl dev-libs/kpathsea:= dev-libs/openssl:= @@ -35,7 +35,6 @@ RDEPEND=" >=media-gfx/potrace-1.10-r1 media-libs/freetype:2 >=media-libs/woff2-1.0.2 - dev-libs/kpathsea sys-libs/zlib virtual/tex-base " |