diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-06 19:08:59 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2023-05-06 19:09:27 +0200 |
commit | 7dfb6f66b8c0fb1aee3c5e860f54d076227a54f3 (patch) | |
tree | c9c73cb12a9428db0fcff23be1685cf70e32f291 /media-gfx/enblend | |
parent | sys-libs/libbacktrace: drop 1.0_p20220226 (diff) | |
download | gentoo-7dfb6f66b8c0fb1aee3c5e860f54d076227a54f3.tar.gz gentoo-7dfb6f66b8c0fb1aee3c5e860f54d076227a54f3.tar.bz2 gentoo-7dfb6f66b8c0fb1aee3c5e860f54d076227a54f3.zip |
media-gfx/enblend: Add a ton of missing build dependencies :|
Closes: https://bugs.gentoo.org/881607
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'media-gfx/enblend')
-rw-r--r-- | media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild index 2871a62a8325..5d63ad16e3c3 100644 --- a/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild +++ b/media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -20,15 +20,16 @@ BDEPEND=" sys-apps/help2man virtual/pkgconfig doc? ( + app-text/ghostscript-gpl + app-text/texlive dev-lang/perl dev-perl/Readonly dev-tex/hevea gnome-base/librsvg media-gfx/graphviz media-gfx/transfig - sci-visualization/gnuplot[gd] - virtual/imagemagick-tools - virtual/latex-base + sci-visualization/gnuplot[cairo,gd] + virtual/imagemagick-tools[tiff] ) " RDEPEND=" |