commit: 2726c069570ec3b123c107d201581652116c6ab8 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Sun Oct 17 19:34:18 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Sun Oct 17 20:03:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2726c069
media-gfx/slic3r: add Module-Build dependency Closes: https://bugs.gentoo.org/817944 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> media-gfx/slic3r/slic3r-9999.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/media-gfx/slic3r/slic3r-9999.ebuild b/media-gfx/slic3r/slic3r-9999.ebuild index 16f8d66dac3..3d418fb61e1 100644 --- a/media-gfx/slic3r/slic3r-9999.ebuild +++ b/media-gfx/slic3r/slic3r-9999.ebuild @@ -69,6 +69,9 @@ DEPEND=" virtual/perl-Test-Simple ) " +BDEPEND="${DEPEND} + dev-perl/Module-Build +" PERL_S="${S}/xs"