diff options
author | Sam James <sam@gentoo.org> | 2022-07-16 21:10:10 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-16 22:44:06 +0000 |
commit | 0910742b27ee66049ccf5e6450e6ab0a265f014c (patch) | |
tree | 261df0ad3df18e85fff17564851d020804b8d0ff /app-office | |
parent | media-gfx/imagemagick: add 7.1.0.43 (diff) | |
download | gentoo-0910742b27ee66049ccf5e6450e6ab0a265f014c.tar.gz gentoo-0910742b27ee66049ccf5e6450e6ab0a265f014c.tar.bz2 gentoo-0910742b27ee66049ccf5e6450e6ab0a265f014c.zip |
app-office/texmacs: depend on imagemagick-tools
Closes: https://bugs.gentoo.org/314227
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-office')
-rw-r--r-- | app-office/texmacs/texmacs-2.1-r1.ebuild (renamed from app-office/texmacs/texmacs-2.1.ebuild) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/texmacs/texmacs-2.1.ebuild b/app-office/texmacs/texmacs-2.1-r1.ebuild index 84148ee39858..c6414ad9d123 100644 --- a/app-office/texmacs/texmacs-2.1.ebuild +++ b/app-office/texmacs/texmacs-2.1-r1.ebuild @@ -28,7 +28,7 @@ RDEPEND=" >=dev-qt/qtwidgets-5.9.1:5 >=dev-qt/qtprintsupport-5.9.1:5 sqlite? ( dev-db/sqlite ) - jpeg? ( media-gfx/imagemagick ) + jpeg? ( virtual/imagemagick-tools[jpeg] ) netpbm? ( media-libs/netpbm ) spell? ( app-text/aspell ) svg? ( || ( media-gfx/inkscape gnome-base/librsvg:2 ) ) |