commit: 7dfb6f66b8c0fb1aee3c5e860f54d076227a54f3 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sat May 6 17:08:59 2023 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sat May 6 17:09:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dfb6f66
media-gfx/enblend: Add a ton of missing build dependencies :| Closes: https://bugs.gentoo.org/881607 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> media-gfx/enblend/enblend-4.2.0_p20161007-r5.ebuild | 9 +++++---- 1 file 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="
